KLineMarker constructor
const
KLineMarker({})
Creates a candle marker annotation.
Implementation
const KLineMarker({
required this.time,
required this.price,
this.type = KLineMarkerType.custom,
this.label,
this.color,
this.radius,
});