Current version seems to draw points/lines with fixed penStrokeWidth. By utilizing the pressure property in PointEvent one could in theory capture and simulate a more realistic hand-written signature.
Turns out the pressure property isn't very useful for this purpose as it stays in a fixed value, for the most part. Gonna have to find another way. https://pub.dev/packages/perfect_freehand looks promising.
Current version seems to draw points/lines with fixed penStrokeWidth. By utilizing the pressure property in PointEvent one could in theory capture and simulate a more realistic hand-written signature.