of static method

Implementation

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