DrawingAnnotation constructor
const
DrawingAnnotation({})
Implementation
const DrawingAnnotation({
required super.id,
required super.pageNumber,
required super.createdAt,
required super.modifiedAt,
required this.path,
required this.color,
required this.strokeWidth,
this.strokeCap = StrokeCap.round,
}) : super(type: AnnotationType.drawing);