themeType property

GlowThemeType? themeType

Implementation

GlowThemeType? get themeType => value!.themeType;
void themeType=(GlowThemeType? themeType)

Implementation

set themeType(GlowThemeType? themeType) => onChange(value!.copyWith(themeType: themeType));