medium constant

AdaptiveWindowType const medium

Implementation

static const AdaptiveWindowType medium = AdaptiveWindowType._(
  name: 'medium',
  relativeSize: 2,
  widthRangeValues: RangeValues(1024, 1439),
  heightLandscapeRangeValues: RangeValues(720, 959),
  heightPortraitRangeValues: RangeValues(720, 1919),
);