ReferenceAreas constructor
const
ReferenceAreas({})
Implementation
const ReferenceAreas({
super.key,
required this.areas,
this.color = Colors.blue,
this.opacity = 0.2,
this.borderColor,
this.borderWidth = 1,
this.labelStyle,
});