redo method

bool redo()

Redo last undo stroke Return false if there is no stroke to redo, otherwise return true.

Implementation

bool redo() => _delegate.onRedo();