withPointStyle method

CandlestickDataPoint withPointStyle(
  1. PointStyle value
)

Replaces CandlestickDataPoint.pointStyle with value.

Implementation

CandlestickDataPoint withPointStyle(PointStyle value) =>
    copyWith(pointStyle: value);