menu
simple_candlestick_chart package
documentation
candlestick_data.dart
CandlestickData
CandlestickData.new const constructor
CandlestickData.new const constructor
dark_mode
light_mode
CandlestickData
constructor
const
CandlestickData
(
DateTime
time
,
double
open
,
double
high
,
double
low
,
double
close
,
double
volume
,
)
Implementation
const CandlestickData( this.time, this.open, this.high, this.low, this.close, this.volume, );
simple_candlestick_chart package
documentation
candlestick_data
CandlestickData
CandlestickData.new const constructor
CandlestickData class