scale property

double? scale
final

The scale to apply to the Widget on both axes. This must be null if scaleX or scaleY is provided.

Implementation

final double? scale;