iPhone17Pro constant

DevicePreset const iPhone17Pro

iPhone 17 Pro — Dynamic Island, 6.3" display.

Implementation

static const DevicePreset iPhone17Pro = DevicePreset(
  id: 'apple-iphone-17-pro',
  name: 'iPhone 17 Pro',
  brand: 'Apple',
  year: 2025,
  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),
);