menu
forui package
documentation
widgets/select.dart
FMultiSelect<T>
onChange property
onChange property
dark_mode
light_mode
onChange
property
ValueChanged
<
Set
<
T
>
>
?
onChange
final
Handler called when the selected value changes.
Implementation
final ValueChanged<Set<T>>? onChange;
forui package
documentation
widgets/select
FMultiSelect<T>
onChange property
FMultiSelect class