onTap property

Function? onTap
final

Additonal callbacks to be triggered on tapping the widget after the save operation is executed.


Example:
You may pass a function that triggers a snackbar saying "Saved!" on the screen.

Implementation

final Function? onTap;