CPDFLineAnnotation constructor
CPDFLineAnnotation({
- required CPDFAnnotationType type,
- String title = "",
- required int page,
- String content = "",
- required String uuid,
- DateTime? createDate,
- CPDFRectF rect = const CPDFRectF.isEmpty(),
- required double borderWidth,
- required Color borderColor,
- double borderAlpha = 255,
- required Color fillColor,
- double fillAlpha = 255,
- CPDFLineType lineHeadType = CPDFLineType.none,
- CPDFLineType lineTailType = CPDFLineType.none,
- double dashGap = 0,
- List<
List< ? points,double> >
Implementation
CPDFLineAnnotation({
required super.type,
super.title,
required super.page,
super.content,
required super.uuid,
super.createDate,
super.rect = const CPDFRectF.isEmpty(),
required this.borderWidth,
required this.borderColor,
this.borderAlpha = 255,
required this.fillColor,
this.fillAlpha = 255,
this.lineHeadType = CPDFLineType.none,
this.lineTailType = CPDFLineType.none,
this.dashGap = 0,
this.points,
});