onSelectionChange property

SelectionChangeListener? onSelectionChange
final

Called with the whole selection after every tap, in every mode. In SelectionMode.range it fires with one date after the first tap (the pending start) and two after the second ([start, end]).

Implementation

final SelectionChangeListener? onSelectionChange;