onSelectionChange property

ValueChanged<String>? onSelectionChange
final

Callback to be called when the content, or part of it, is selected by the user.

Implementation

final ValueChanged<String>? onSelectionChange;