menu
forui package
documentation
widgets/select_tile_group.dart
FSelectTileGroup<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_tile_group
FSelectTileGroup<T>
onChange property
FSelectTileGroup class