ReferenceLineConfig constructor
const
ReferenceLineConfig({})
Implementation
const ReferenceLineConfig({
required this.start,
required this.end,
this.color,
this.width,
this.dashPattern,
this.label,
this.labelStyle,
});