ShapeAnnotation constructor
const
ShapeAnnotation({})
Implementation
const ShapeAnnotation({
required super.id,
required super.pageNumber,
required super.createdAt,
required super.modifiedAt,
required this.shapeType,
required this.bounds,
required this.color,
required this.strokeWidth,
this.filled = false,
this.fillColor,
}) : super(type: AnnotationType.shape);