CandlestickDomain constructor

CandlestickDomain({
  1. ChartData? data,
  2. bool? reversed,
})

Implementation

CandlestickDomain({this.data, this.reversed});