AdaptiveBreakpoints constructor
const
AdaptiveBreakpoints({})
Creates breakpoint configuration with custom values.
Implementation
const AdaptiveBreakpoints({
this.phone = 600,
this.tablet = 1024,
this.desktop = 1440,
this.foldableAspectRatio = 1.1,
this.foldableMinWidth = 600,
this.landscape,
this.useShortestSide = false,
});