updateCurrentTheme property

void updateCurrentTheme=(GlowThemeData themeData)

Implementation

set updateCurrentTheme(GlowThemeData themeData) => onChange(
      value!.copyWith(
        theme: isUsingDark ? null : themeData,
        darkTheme: isUsingDark ? themeData : null,
      ),
    );