onConvertImage property

ValueChanged<Uint8List>? onConvertImage
final

Callback for Canvas when it converted to image data. Use WhiteBoardController to convert.

Implementation

final ValueChanged<Uint8List>? onConvertImage;