onSize property

bool Function(Size size)? onSize
final

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;