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