AreaAnnotation constructor
const
AreaAnnotation({})
Creates an area annotation.
Implementation
const AreaAnnotation({
super.key,
required super.scale,
required this.startValue,
required this.endValue,
required super.width,
required super.height,
this.config = const AreaAnnotationConfig(),
this.label,
this.labelStyle,
this.labelAlignment = Alignment.center,
});