ResponsiveRowScope constructor
const
ResponsiveRowScope({})
Implementation
const ResponsiveRowScope({
super.key,
this.totalColumns = SFColumnSystem.defaultTotalColumns,
this.wrap = true,
this.spacing = SFBreakpoints.defaultGap,
required super.child,
});