scale property

double scale
final

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;