withRisingBorderColor method

CandlestickChartStyle withRisingBorderColor(
  1. Color value
)

Replaces CandlestickChartStyle.risingBorderColor with value.

Implementation

CandlestickChartStyle withRisingBorderColor(Color value) =>
    copyWith(risingBorderColor: value);