undoStackSize property
int
get
undoStackSize
Number of operations in the undo stack
Implementation
int get undoStackSize => _undoStack.length;
Number of operations in the undo stack
int get undoStackSize => _undoStack.length;