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