scale property

double? scale
final

double The scale proportion compared to the widgets normal size, the default scale is 1.25x the normal size, use smaller numbers such as 0.5 to decrease the size and values larger then one to increase the size

Implementation

final double? scale;