BreakpointEntry constructor
width
If you set the width of 905 then this breakpoint starts at 905
until the next breakpoint.
enabled
if true, the breakpoint will be skipped
Implementation
const BreakpointEntry(this.width, {this.enabled = true});
width
If you set the width of 905 then this breakpoint starts at 905
until the next breakpoint.
enabled
if true, the breakpoint will be skipped
const BreakpointEntry(this.width, {this.enabled = true});