withValue method

BarTrackStyle withValue(
  1. double value
)

Replaces BarTrackStyle.value with value.

Implementation

BarTrackStyle withValue(double value) => copyWith(value: value);