redo property

VoidCallback get redo

Redo the last undone operation. Do nothing if there is no undone operation.

Implementation

VoidCallback get redo => _history.redo;