onSelected property

ValueChanged<T>? onSelected
final

Callback that is called with selected item of type T when item is selected

Implementation

final ValueChanged<T>? onSelected;