ResponsiveGridBreakpoints constructor
ResponsiveGridBreakpoints({})
Implementation
ResponsiveGridBreakpoints({
this.xs = 576,
this.sm = 768,
this.md = 992,
this.lg = 1200,
this.xl = 1400,
this.xxl = double.infinity,
});