menu
ecp_global package
documentation
utils/global_key_utils.dart
G
getCurrentState static method
getCurrentState static method
dark_mode
light_mode
getCurrentState
static method
NavigatorState
?
getCurrentState
(
)
获取当前的state
用于在全局范围内控制导航器的状态
Implementation
static NavigatorState? getCurrentState() => navigatorKey.currentState;
ecp_global package
documentation
utils/global_key_utils
G
getCurrentState static method
G class