AnnotationStroke constructor
const
AnnotationStroke({})
Implementation
const AnnotationStroke({
required this.id,
required this.fromIdentity,
required this.tool,
required this.color,
required this.width,
required this.points,
});