withStrokeCap method

CrosshairStyle withStrokeCap(
  1. StrokeCap value
)

Replaces CrosshairStyle.strokeCap with value.

Implementation

CrosshairStyle withStrokeCap(StrokeCap value) => copyWith(strokeCap: value);