canRedoState property
bool
get
canRedoState
Whether the state can be redone.
Implementation
bool get canRedoState => _redoQueue.isNotEmpty;
Whether the state can be redone.
bool get canRedoState => _redoQueue.isNotEmpty;