menu
fluttery_framework package
documentation
view/app_statex.dart
AppStateX<T extends StatefulWidget>
onSwitchUI method
onSwitchUI method
dark_mode
light_mode
onSwitchUI
method
bool
?
onSwitchUI
(
)
Whether to switch from the 'default' interface
Implementation
bool? onSwitchUI() => inSwitchUI?.call();
fluttery_framework package
documentation
view/app_statex
AppStateX<T extends StatefulWidget>
onSwitchUI method
AppStateX class