getAppearance method

Appearance getAppearance()

Gets the current appearance of the app.

Implementation

Appearance getAppearance() {
  return appearanceNotifier.value;
}