xlarge constant
AdaptiveWindowType
const xlarge
Implementation
static const AdaptiveWindowType xlarge = AdaptiveWindowType._(
name: 'xlarge',
relativeSize: 4,
widthRangeValues: RangeValues(1920, double.infinity),
heightLandscapeRangeValues: RangeValues(1280, double.infinity),
heightPortraitRangeValues: RangeValues(1920, double.infinity),
);