canRedo property
bool
get
canRedo
Whether there is an undone edit available to redo.
Implementation
bool get canRedo => _history.canRedo;
Whether there is an undone edit available to redo.
bool get canRedo => _history.canRedo;