kDefaultGoldenDevices top-level constant

List<TestDeviceDimensions> const kDefaultGoldenDevices

Devices commonly used for multi-screen golden tests.

Implementation

const kDefaultGoldenDevices = [
  TestDeviceDimensions.iphone14PM,
  TestDeviceDimensions.iphoneSE,
  TestDeviceDimensions.pixel6,
  TestDeviceDimensions.ipadPro11,
];