ResponsiveGrid constructor
const
ResponsiveGrid({})
Implementation
const ResponsiveGrid({
super.key,
required this.children,
this.mobile = 2,
this.tablet = 4,
this.desktop = 6,
this.spacing = 12,
});
const ResponsiveGrid({
super.key,
required this.children,
this.mobile = 2,
this.tablet = 4,
this.desktop = 6,
this.spacing = 12,
});