Type3DAnnotation constructor
Type3DAnnotation({
- String? id,
- required List<
double> bbox, - String? createdAt,
- String? creatorName,
- required String source,
- String? poster,
- Map<
String, dynamic> ? viewSettings, - required int pageIndex,
- double opacity = 1.0,
- int? pdfObjectId,
- List<
AnnotationFlag> ? flags, - String? updatedAt,
- String? name,
- String? subject,
- Map<
String, dynamic> ? customData,
Implementation
Type3DAnnotation({
super.id,
required super.bbox,
super.createdAt,
super.creatorName,
required this.source,
this.poster,
this.viewSettings,
required super.pageIndex,
super.opacity,
super.pdfObjectId,
super.flags,
super.updatedAt,
super.name,
super.subject,
super.hidden,
super.customData,
}) : super(type: AnnotationType.type3d);