withScale method

BarRaceValueFormat withScale(
  1. double value
)

Replaces BarRaceValueFormat.scale with value.

Implementation

BarRaceValueFormat withScale(double value) => copyWith(scale: value);