onConvertImage property

ValueChanged<Uint8List>? onConvertImage
final

Callback called when Canvas is converted to image data. See DrawController to check how to convert.

Implementation

final ValueChanged<Uint8List>? onConvertImage;