withFallingBorderColor method

CandlestickTheme withFallingBorderColor(
  1. Color value
)

Replaces CandlestickTheme.fallingBorderColor with value.

Implementation

CandlestickTheme withFallingBorderColor(Color value) =>
    copyWith(fallingBorderColor: value);