menu
nui_core package
documentation
ui/nui_navigator.dart
NUINavigator
getCurrentScreenCode static method
getCurrentScreenCode static method
dark_mode
light_mode
getCurrentScreenCode
static method
String
?
getCurrentScreenCode
(
)
Implementation
static String? getCurrentScreenCode() => _screenStack.length > 0 ? _screenStack.last : null;
nui_core package
documentation
ui/nui_navigator
NUINavigator
getCurrentScreenCode static method
NUINavigator class