AreaAnnotationConfig constructor
const
AreaAnnotationConfig({})
Creates an area annotation configuration.
Implementation
const AreaAnnotationConfig({
this.fillColor = const Color(0xFF666666),
this.fillOpacity = 0.2,
this.showBorder = false,
this.borderColor = const Color(0xFF666666),
this.borderWidth = 1,
this.orientation = AnnotationOrientation.horizontal,
});