withWidth method

PolarColumnTargetMarkerStyle withWidth(
  1. double value
)

Replaces PolarColumnTargetMarkerStyle.width with value.

Implementation

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