menu
velix_ui package
documentation
commands/command.dart
CommandController<T extends StatefulWidget>
execute method
execute method
dark_mode
light_mode
execute
method
Future
execute
(
String
name
,
List
args
)
Implementation
Future<dynamic> execute(String name, List<dynamic> args) { return getCommand(name).execute(args); }
velix_ui package
documentation
commands/command
CommandController<T extends StatefulWidget>
execute method
CommandController mixin