getAppearance method
Gets the current appearance of the app.
Implementation
Appearance getAppearance() {
return appearanceNotifier.value;
}
Gets the current appearance of the app.
Appearance getAppearance() {
return appearanceNotifier.value;
}