menu
stormy_kit package
documentation
widgets/base/base_page.dart
BasePage
onWillPop property
onWillPop property
dark_mode
light_mode
onWillPop
property
FutureOr
<
bool
>
Function
()
?
onWillPop
final
返回拦截回调,返回 true 表示允许退出。
Implementation
final FutureOr<bool> Function()? onWillPop;
stormy_kit package
documentation
widgets/base/base_page
BasePage
onWillPop property
BasePage class