of static method

Implementation

static KnobEditorThemeData of(BuildContext context) {
  return context
          .dependOnInheritedWidgetOfExactType<KnobsEditorTheme>()
          ?.data ??
      defaultData;
}