NiceAnnotation constructor
NiceAnnotation({})
Implementation
NiceAnnotation({
required this.id,
required this.type,
required this.color,
this.strokeWidth = 2,
this.points = const [],
this.text,
this.rect,
this.arrowStart,
this.arrowEnd,
});