isWiipoTheme method
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;
}
Checks if the current theme is a wiipo theme. Returns true if wiipo and false if light, dark or custom.
bool isWiipoTheme() {
return _theme.themeType == ThemeType.wiipo;
}