withLabel method

BarRaceFrame withLabel(
  1. String value
)

Replaces BarRaceFrame.label with value.

Implementation

BarRaceFrame withLabel(String value) => copyWith(label: value);