iPhone16Pro constant

DevicePreset const iPhone16Pro

iPhone 16 Pro — Dynamic Island.

Implementation

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