changeThemeType static method

void changeThemeType(
  1. FTxAppThemeType? themeType
)

Implementation

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