LineAnnotation constructor
const
LineAnnotation({})
Creates a line annotation.
Implementation
const LineAnnotation({
super.key,
required super.scale,
required this.value,
required super.width,
required super.height,
this.config = const LineAnnotationConfig(),
this.label,
this.labelStyle,
this.labelOffset = const Offset(4, -4),
});