large constant

A default breakpoint named 'large'. The breakpoint values for ScreenLayoutBreakpoints.portraitStandardBreakpoint and ScreenLayoutBreakpoints.landscapeStandardBreakpoint are 812.0. The constrained width values for ScreenLayoutBreakpoints.portraitConstrainedWidth and ScreenLayoutBreakpoints.landscapeConstrainedWidth are 1006.4. The maximum scale value for ScreenLayoutBreakpoints.maxScale is 1.2.

Implementation

static const large = ScreenLayoutBreakpoints(
  name: 'large',
  portraitStandardBreakpoint: 812.0,
  portraitConstrainedWidth: 16.0 + 974.4 + 16.0,
  landscapeStandardBreakpoint: 812.0,
  landscapeConstrainedWidth: 16.0 + 974.4 + 16.0,
  maxScale: 1.2,
);