menu
simple_command package
documentation
commands.dart
RelayCommand<TIn>
execute abstract method
execute abstract method
dark_mode
light_mode
execute
abstract method
@
protected
void
execute
(
[
Object
?
parameter
])
Internally executes this command.
Implementation
@protected void execute([Object? parameter]);
simple_command package
documentation
commands
RelayCommand<TIn>
execute abstract method
RelayCommand class