KLinePriceZone constructor
const
KLinePriceZone({})
Creates a price zone annotation.
Implementation
const KLinePriceZone({
required this.fromPrice,
required this.toPrice,
this.label,
this.color,
this.opacity,
});
Creates a price zone annotation.
const KLinePriceZone({
required this.fromPrice,
required this.toPrice,
this.label,
this.color,
this.opacity,
});