onThemeColorChanged method

void onThemeColorChanged(
  1. BuildContext context,
  2. int themeId
)

Implementation

void onThemeColorChanged(BuildContext context, int themeId) {
  AdaptiveChameleonTheme.of(context).setTheme(themeId);
}