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