withShowBodyBorder method

CandlestickChartStyle withShowBodyBorder(
  1. bool value
)

Replaces CandlestickChartStyle.showBodyBorder with value.

Implementation

CandlestickChartStyle withShowBodyBorder(bool value) =>
    copyWith(showBodyBorder: value);