withLineWidth method

CrosshairStyle withLineWidth(
  1. double value
)

Replaces CrosshairStyle.lineWidth with value.

Implementation

CrosshairStyle withLineWidth(double value) => copyWith(lineWidth: value);