menu
fluttery_framework package
documentation
view.dart
AppStateExtension
changeUI method
changeUI method
dark_mode
light_mode
changeUI
method
void
changeUI
(
String
ui
)
Explicitly change to a particular interface.
Implementation
void changeUI(String ui) => appState?.changeUI(ui);
fluttery_framework package
documentation
view
AppStateExtension
changeUI method
AppStateExtension extension on
AppObject