onSelected property

(void Function(T? value)?) onSelected
final

item selection callback

Implementation

final void Function(T? value)? onSelected;