of method

Resources of (BuildContext context)

Implementation

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