menu
velix_editor package
documentation
commands/command_stack.dart
CommandStack
isDirty method
isDirty method
dark_mode
light_mode
isDirty
method
bool
isDirty
(
)
Implementation
bool isDirty() { return _stack.isNotEmpty; }
velix_editor package
documentation
commands/command_stack
CommandStack
isDirty method
CommandStack class