changeThemeType static method

void changeThemeType(
  1. AcxAppThemeType? themeType
)

Implementation

static void changeThemeType(AcxAppThemeType? themeType) {
  defaultThemeType = themeType!;
}