TextInput._redoStack

Current action history, expressed as two stacks, indicating undoable and redoable actions, controllable via snapshot, pushSnapshot, undo and redo.

class TextInput
protected
DList!HistoryEntry _redoStack;

Meta