DesignSize constructor
const
DesignSize({})
Creates a design size configuration.
If only phone is provided, tablet and desktop will use their defaults.
Implementation
const DesignSize({
this.phone = defaultPhone,
this.tablet = defaultTablet,
this.desktop = defaultDesktop,
});