onBack property

Function? onBack
final

If you would like to provide an integraded back button in the header, add add the needed functionality here. ex) onBack : ()=>Navigator.of(context).pop();

Implementation

final Function? onBack;