canRedo property

bool get canRedo

Whether there are changes available to redo.

Implementation

bool get canRedo {
  _version.value;
  return _redoStack.isNotEmpty;
}