withWidth method

BarTargetMarkerStyle withWidth(
  1. double value
)

Replaces BarTargetMarkerStyle.width with value.

Implementation

BarTargetMarkerStyle withWidth(double value) => copyWith(width: value);