of static method

SettingsSkin? of(
  1. BuildContext context
)

Implementation

static SettingsSkin? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<SettingsSkin>();
}