canRedo property
bool
get
canRedo
Tests if the last action can be redone.
Implementation
bool get canRedo => _future.isNotEmpty;
Tests if the last action can be redone.
bool get canRedo => _future.isNotEmpty;