scale property
Used to calculate logical size from physical, i.e. logicalWidth = pixelWidth / scale, logicalHeight = pixelHeight / scale. Should be equal to MediaQueryData.devicePixelRatio.
Implementation
final double scale;
Used to calculate logical size from physical, i.e. logicalWidth = pixelWidth / scale, logicalHeight = pixelHeight / scale. Should be equal to MediaQueryData.devicePixelRatio.
final double scale;