large constant

AdaptiveWindowType const large

Implementation

static const AdaptiveWindowType large = AdaptiveWindowType._(
  name: 'large',
  relativeSize: 3,
  widthRangeValues: RangeValues(1440, 1919),
  heightLandscapeRangeValues: RangeValues(960, 1279),
  heightPortraitRangeValues: RangeValues(1920, double.infinity),
);