DepthChart constructor

DepthChart(
  1. List<DepthEntity> bids,
  2. List<DepthEntity> asks,
  3. ChartColors chartColors, {
  4. int fixedLength = 2,
  5. Offset offset = const Offset(10, 10),
  6. DepthChartTranslations chartTranslations = const DepthChartTranslations(),
})

Implementation

DepthChart(
  this.bids,
  this.asks,
  this.chartColors, {
  this.fixedLength = 2,
  this.offset = const Offset(10, 10),
  this.chartTranslations = const DepthChartTranslations(),
});