iPhone16ProMax constant

DevicePreset const iPhone16ProMax

iPhone 16 Pro Max — Dynamic Island.

Implementation

static const DevicePreset iPhone16ProMax = DevicePreset(
  id: 'apple-iphone-16-pro-max',
  name: 'iPhone 16 Pro Max',
  brand: 'Apple',
  year: 2024,
  platform: TargetPlatform.iOS,
  portraitSize: ui.Size(440, 956),
  devicePixelRatio: 3.0,
  portraitPadding: EdgeInsets.only(top: 62, bottom: 34),
  landscapePadding: EdgeInsets.only(left: 62, right: 62, bottom: 21),
);