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