withScale method
- double value
Replaces BarRaceValueFormat.scale with value.
Implementation
BarRaceValueFormat withScale(double value) => copyWith(scale: value);
Replaces BarRaceValueFormat.scale with value.
BarRaceValueFormat withScale(double value) => copyWith(scale: value);