withRisingBorderColor method

CandlestickTheme withRisingBorderColor(
  1. Color value
)

Replaces CandlestickTheme.risingBorderColor with value.

Implementation

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