ScreenSizeBreakpoints constructor
const
ScreenSizeBreakpoints({})
Creates screen size breakpoints with custom values.
Implementation
const ScreenSizeBreakpoints({
this.xs = 360,
this.sm = 600,
this.md = 900,
this.lg = 1200,
});