onSave property
final
Called with the annotated PNG bytes when the user taps Save.
Implementation
final void Function(Uint8List annotatedBytes) onSave;
Called with the annotated PNG bytes when the user taps Save.
final void Function(Uint8List annotatedBytes) onSave;