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