DepthChart constructor
DepthChart(
- List<
DepthEntity> bids, - List<
DepthEntity> asks, - ChartColors chartColors, {
- int fixedLength = 2,
- Offset offset = const Offset(10, 10),
- 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(),
});