onBackPressed property

VoidCallback? onBackPressed
final

Custom back button callback. If null, uses Navigator.pop when back button is pressed.

Implementation

final VoidCallback? onBackPressed;