saveButtonCallback property

Function saveButtonCallback
final

A Function to be executed when the save button is tapped.

The reason the cancel button is not required is because the cancel button always closes the drawer and is the same for all drawers

Implementation

final Function saveButtonCallback;