menu
commander_ui package
documentation
tui.dart
Select<T>
onToggle property
onToggle property
dark_mode
light_mode
onToggle
property
void Function
(
T
item
,
bool
selected
)
?
onToggle
final
Implementation
final void Function(T item, bool selected)? onToggle;
commander_ui package
documentation
tui
Select<T>
onToggle property
Select class