TriangleAnnotation constructor
TriangleAnnotation({
- String? text,
- double radius = 5,
- Color color = Colors.green,
- TextStyle? textStyle,
- AnnotationAlignment annotationAlignment = AnnotationAlignment.Bottom,
Implementation
TriangleAnnotation({
this.text,
this.radius = 5,
this.color = Colors.green,
this.textStyle,
this.annotationAlignment = AnnotationAlignment.Bottom,
});