SimpleScatterReferenceBand constructor
const
SimpleScatterReferenceBand({})
Implementation
const SimpleScatterReferenceBand({
required this.axis,
required this.from,
required this.to,
this.label,
this.color,
this.opacity = 0.1,
this.showLabel = true,
}) : assert(opacity >= 0 && opacity <= 1);