scale property

  1. @override
double scale
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

@override
final double scale;