onBack property

void Function()? onBack
final

Callback, called when a back button is pressed.

If null, then no back button is displayed at all.

Implementation

final void Function()? onBack;