of static method

Implementation

static DynamicColorThemeState/*!*/ of(BuildContext context) {
  return context.findAncestorStateOfType<DynamicColorThemeState>()!;
}