withShowWicks method

CandlestickChartStyle withShowWicks(
  1. bool value
)

Replaces CandlestickChartStyle.showWicks with value.

Implementation

CandlestickChartStyle withShowWicks(bool value) => copyWith(showWicks: value);