menu
simple_command package
documentation
commands.dart
RelayCommand<TIn>
canExecute property
canExecute property
dark_mode
light_mode
canExecute
property
ValueNotifier
<
bool
>
canExecute
final
Determines whether execution is allowed.
Implementation
final ValueNotifier<bool> canExecute = ValueNotifier(true);
simple_command package
documentation
commands
RelayCommand<TIn>
canExecute property
RelayCommand class