iPod constant

Device const iPod

A iPod touch 5th generation and later

Implementation

static const Device iPod = Device.mobile(
  name: 'iPod 5th generation and later',
  resolution: Resolution(
    nativeSize: DeviceSize(width: 640, height: 1136),
    scaleFactor: 2,
  ),
);