signaturepad library

Classes

RenderSignaturePad
A render object for SfSignaturePad widget.
SfSignaturePad
The Signature Pad widget allows you to capture smooth and more realistic signatures through drawing gestures. The widget allows you to save the signature as an image, which can be further synchronized with your devices and documents that need the signature.
SfSignaturePadState
This class maintains the state of the SfSignaturePad widget.

Typedefs

SignatureDrawCallback = void Function(Offset offset, DateTime time)
Signature used by SfSignaturePad for SfSignaturePad.onDraw callback.
SignatureOnDrawStartCallback = bool Function()
Signature used by SfSignaturePad for SfSignaturePad.onDrawStart callback.