menu
arcane_jaspr package
documentation
core/props/select_props.dart
SelectProps<T>
onSelect property
onSelect property
dark_mode
light_mode
onSelect
property
void Function
(
T
value
)
?
onSelect
final
Implementation
final void Function(T value)? onSelect;
arcane_jaspr package
documentation
core/props/select_props
SelectProps<T>
onSelect property
SelectProps class