onSave property

void Function(Uint8List annotatedBytes) onSave
final

Called with the annotated PNG bytes when the user taps Save.

Implementation

final void Function(Uint8List annotatedBytes) onSave;