withWidth method
- double value
Replaces BarTargetMarkerStyle.width with value.
Implementation
BarTargetMarkerStyle withWidth(double value) => copyWith(width: value);
Replaces BarTargetMarkerStyle.width with value.
BarTargetMarkerStyle withWidth(double value) => copyWith(width: value);