onBack property
final
Callback, called when a back button is pressed.
If null
, then no back button is displayed at all.
Implementation
final void Function()? onBack;
Callback, called when a back button is pressed.
If null
, then no back button is displayed at all.
final void Function()? onBack;