onSelected property
Callback that is called with selected item of type T when item is selected
Implementation
final ValueChanged<T>? onSelected;
Callback that is called with selected item of type T when item is selected
final ValueChanged<T>? onSelected;