isWiipoTheme method

bool isWiipoTheme()

Checks if the current theme is a wiipo theme. Returns true if wiipo and false if light, dark or custom.

Implementation

bool isWiipoTheme() {
  return _theme.themeType == ThemeType.wiipo;
}