scale property Null safety
final
Defines image pixels to be shown per logical pixels.
By default the value of scale is 1.0. The scale for the image is
calculated by multiplying scale with scale
of the given ImageProvider.
Implementation
final double scale;