menu
forui package
documentation
widgets/select_group.dart
FSelectGroup<T>
onChange property
onChange property
dark_mode
light_mode
onChange
property
ValueChanged
<
Set
<
T
>
>
?
onChange
final
The callback that is called when the value changes.
Implementation
final ValueChanged<Set<T>>? onChange;
forui package
documentation
widgets/select_group
FSelectGroup<T>
onChange property
FSelectGroup class