menu
velix_editor package
documentation
editor/editor.dart
EditorScreenStateCommands
getCommands method
getCommands method
dark_mode
light_mode
getCommands
method
List
<
CommandDescriptor
>
getCommands
(
)
inherited
@internal
Implementation
List<CommandDescriptor> getCommands() { return _commands.values.toList(); }
velix_editor package
documentation
editor/editor
EditorScreenStateCommands
getCommands method
EditorScreenStateCommands mixin