withMode method
- CandlestickAnimationMode value
Replaces CandlestickAnimationStyle.mode with value.
Implementation
CandlestickAnimationStyle withMode(CandlestickAnimationMode value) =>
copyWith(mode: value);
Replaces CandlestickAnimationStyle.mode with value.
CandlestickAnimationStyle withMode(CandlestickAnimationMode value) =>
copyWith(mode: value);