menu
velix_ui package
documentation
commands/command.dart
CommandController<T extends StatefulWidget>
getCommands method
getCommands method
dark_mode
light_mode
getCommands
method
List
<
CommandDescriptor
>
getCommands
(
)
@internal
Implementation
List<CommandDescriptor> getCommands() { return _commands.values.toList(); }
velix_ui package
documentation
commands/command
CommandController<T extends StatefulWidget>
getCommands method
CommandController mixin