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