onDone property

(dynamic Function()?) onDone
final

A callback function that is triggered when the editing is done.

Implementation

final Function()? onDone;