ResponsiveScreenSettings constructor
const
ResponsiveScreenSettings({})
Constructs a ResponsiveScreenSettings with the specified thresholds.
Implementation
const ResponsiveScreenSettings({
this.desktopChangePoint = 1200,
this.tabletChangePoint = 600,
this.watchChangePoint = 300,
});