withStrokeCap method
- StrokeCap value
Replaces CrosshairStyle.strokeCap with value.
Implementation
CrosshairStyle withStrokeCap(StrokeCap value) => copyWith(strokeCap: value);
Replaces CrosshairStyle.strokeCap with value.
CrosshairStyle withStrokeCap(StrokeCap value) => copyWith(strokeCap: value);