onSize property
Optional callback that is invoked when the canvas size changes.
TODO: This callback should ideally be handled within the widget's state or by the HandSignatureControl itself.
Implementation
final bool Function(Size size)? onSize;
Optional callback that is invoked when the canvas size changes.
TODO: This callback should ideally be handled within the widget's state or by the HandSignatureControl itself.
final bool Function(Size size)? onSize;