normal constant
ScreenLayoutBreakpoints
const normal
A default breakpoint named 'normal'.
The breakpoint values for ScreenLayoutBreakpoints.portraitStandardBreakpoint and ScreenLayoutBreakpoints.landscapeStandardBreakpoint are 375.0
.
The constrained width values for ScreenLayoutBreakpoints.portraitConstrainedWidth and ScreenLayoutBreakpoints.landscapeConstrainedWidth are 482.0
.
The maximum scale value for ScreenLayoutBreakpoints.maxScale is 1.2
.
Implementation
static const normal = ScreenLayoutBreakpoints(
name: 'normal',
portraitStandardBreakpoint: 375.0,
portraitConstrainedWidth: 16.0 + 450.0 + 16.0,
landscapeStandardBreakpoint: 375.0,
landscapeConstrainedWidth: 16.0 + 450.0 + 16.0,
maxScale: 1.2,
);