menu
flutter_base_plus package
documentation
flutter_base_plus.dart
BaseStatePage<T extends BaseStatefulPage<PageArgument?>>
currentKey property
currentKey property
dark_mode
light_mode
currentKey
property
set
currentKey
(
Key
key
)
inherited
设置当前Key用户后续判断
Implementation
set currentKey(Key key) => _key = key;
flutter_base_plus package
documentation
flutter_base_plus
BaseStatePage<T extends BaseStatefulPage<PageArgument?>>
currentKey property
BaseStatePage class