menu
smartlinks_apps package
documentation
core/apps_appearance_registry.dart
AppsAppearanceRegistry
apply static method
apply static method
dark_mode
light_mode
apply
static method
void
apply
(
AppListStrings
?
strings
)
Implementation
static void apply(AppListStrings? strings) { if (strings == null) return; _global = strings; }
smartlinks_apps package
documentation
core/apps_appearance_registry
AppsAppearanceRegistry
apply static method
AppsAppearanceRegistry class