KLineCandleStyle constructor
const
KLineCandleStyle({})
Creates candlestick visual styling.
Implementation
const KLineCandleStyle({
this.riseColor = Colors.green,
this.fallColor = Colors.red,
this.riseWickColor = Colors.green,
this.fallWickColor = Colors.red,
this.wickLineWidth = 2.0,
});