menu
forui package
documentation
widgets/select_group.dart
FSelectGroup<T>
onSelect property
onSelect property
dark_mode
light_mode
onSelect
property
ValueChanged
<
(
T
,
bool
)
>
?
onSelect
final
The callback that is called when an item is selected.
Implementation
final ValueChanged<(T, bool)>? onSelect;
forui package
documentation
widgets/select_group
FSelectGroup<T>
onSelect property
FSelectGroup class