AnnotationConfig constructor
const
AnnotationConfig({})
Creates an annotation configuration.
Implementation
const AnnotationConfig({
this.color = const Color(0xFF666666),
this.strokeWidth = 1,
this.dashPattern,
});
Creates an annotation configuration.
const AnnotationConfig({
this.color = const Color(0xFF666666),
this.strokeWidth = 1,
this.dashPattern,
});