iPhoneSE constant

  1. @Deprecated('Use iPhoneSE1st instead.')
SnapshotDevice const iPhoneSE

Implementation

@Deprecated('Use iPhoneSE1st instead.')
static const iPhoneSE = SnapshotDevice(
  name: 'iPhoneSE',
  size: Size(320, 568),
  platform: TargetPlatform.iOS,
);