DeviceSize constructor

const DeviceSize(
  1. double min,
  2. double max
)

Implementation

const DeviceSize(this.min, this.max);