menu
velix_editor package
documentation
commands/command_stack.dart
CommandStack
tos method
tos method
dark_mode
light_mode
tos
method
Command
?
tos
(
)
Implementation
Command? tos() { return _stack.isNotEmpty ? _stack.last : null; }
velix_editor package
documentation
commands/command_stack
CommandStack
tos method
CommandStack class