iPhone13DeviceDefinition top-level constant

  1. @Deprecated('Use `defaultDeviceDefinition` instead. Deprecated with version 1.3.1.')
DeviceDefinition const iPhone13DeviceDefinition

Implementation

@Deprecated('Use `defaultDeviceDefinition` instead. Deprecated with version 1.3.1.')
const iPhone13DeviceDefinition = DeviceDefinition(
  id: 'ios-iphone-13',
  name: 'iPhone 13',
  logicalResolution: LogicalResolution(
    height: 844,
    width: 390,
  ),
  devicePixelRatio: 3.0,
  targetPlatform: MonarchTargetPlatform.iOS,
);