LabelAnnotationConfig constructor
const
LabelAnnotationConfig({})
Creates a label annotation configuration.
Implementation
const LabelAnnotationConfig({
this.backgroundColor,
this.backgroundOpacity = 0.8,
this.padding = const EdgeInsets.symmetric(horizontal: 4, vertical: 2),
this.borderRadius = 2,
this.showBorder = false,
this.borderColor = const Color(0xFF666666),
this.borderWidth = 1,
this.rotation = 0,
});