setThemeOf static method

dynamic setThemeOf(
  1. BuildContext context,
  2. String theme
)

Implementation

static setThemeOf(BuildContext context, String theme) {
  Adaptive.of(context)?.setAppearance(themeAppearanceName, theme);
}