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