of method
Implementation
static Resources of(BuildContext context) {
ResInheritedWidget riw =
context.inheritFromWidgetOfExactType(ResInheritedWidget);
return riw.res;
}
static Resources of(BuildContext context) {
ResInheritedWidget riw =
context.inheritFromWidgetOfExactType(ResInheritedWidget);
return riw.res;
}