menu
Flutter
widgets
UndoHistoryState
<
T
>
canUndo property
canUndo
brightness_4
brightness_5
description
canUndo
property
@
override
bool
canUndo
override
Will be true if there are past values on the stack.
Implementation
@override bool get canUndo => _stack.canUndo;
Flutter
widgets
UndoHistoryState
<
T
>
canUndo property
UndoHistoryState class