onUndo property

dynamic Function()? onUndo
final

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

Implementation

final Function()? onUndo;