SimpleChartReferenceLine constructor
const
SimpleChartReferenceLine({})
Implementation
const SimpleChartReferenceLine({
required this.value,
this.label,
this.color,
this.strokeWidth = 1.4,
this.lineStyle = SimpleChartReferenceLineStyle.dashed,
this.showLabel = true,
}) : assert(strokeWidth > 0);