onBackPressed property
Custom back button callback. If null, uses Navigator.pop when back button is pressed.
Implementation
final VoidCallback? onBackPressed;
Custom back button callback. If null, uses Navigator.pop when back button is pressed.
final VoidCallback? onBackPressed;