scale property

double scale
final

The value the overlay is scaled by.

The overlay has a default size of 448x64 and is simply scaled by the scale value using Transform.scale.

Defaults to 1.

Implementation

final double scale;