of static method

Implementation

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