onBack property
final
Callback, called when the back button is pressed.
If null
, then no back button will be displayed.
Implementation
final VoidCallback? onBack;
Callback, called when the back button is pressed.
If null
, then no back button will be displayed.
final VoidCallback? onBack;