onRedo property

(dynamic Function()?) onRedo
final

A callback function that is triggered when the redo action is performed.

Implementation

final Function()? onRedo;