of static method

Implementation

static SafaehThemeData of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<SafaehTheme>()?.data ??
      SafaehThemeData.fallback;
}