onWillPop property

(Future<bool> Function()?) onWillPop
final

Just like WillPopScope, you can also override the popping behavior for system back button.

Implementation

final Future<bool> Function()? onWillPop;