DepthChart constructor
DepthChart(
- List<
DepthEntity> bids, - List<
DepthEntity> asks, - ChartColors chartColors, {
- int fixedLength = 2,
- Color? buyPathColor,
- Color? sellPathColor,
Implementation
DepthChart(
this.bids,
this.asks,
this.chartColors, {
this.fixedLength = 2,
this.buyPathColor,
this.sellPathColor,
});