ReferenceAreaConfig constructor
const
ReferenceAreaConfig({})
Implementation
const ReferenceAreaConfig({
required this.topLeft,
required this.bottomRight,
this.color,
this.opacity,
this.borderColor,
this.borderWidth,
this.label,
this.labelStyle,
this.labelPosition = ReferenceAreaLabelPosition.topLeft,
});