LineAnnotationConfig constructor
const
LineAnnotationConfig({
- Color color = const Color(0xFF666666),
- double strokeWidth = 1,
- List<
double> ? dashPattern, - AnnotationOrientation orientation = AnnotationOrientation.horizontal,
Creates a line annotation configuration.
Implementation
const LineAnnotationConfig({
super.color,
super.strokeWidth,
super.dashPattern,
this.orientation = AnnotationOrientation.horizontal,
});