of static method

Implementation

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