macBook13Inch constant

Device const macBook13Inch

A 13.3 Inch MacBook

Implementation

static const Device macBook13Inch = Device.desktop(
  name: 'MacBook 13"',
  resolution: Resolution(
    nativeSize: DeviceSize(width: 2560, height: 1600),
    scaleFactor: 2,
  ),
);