onSave property

(dynamic Function(Map<T, bool>)?) onSave
final

The callback to be called for a selection to extract from the text.

Implementation

final Function(Map<T, bool>)? onSave;