InkList constructor

InkList({
  1. required List<List<PdfPoint>> points,
  2. PdfColor? strokeColor,
  3. double strokeWidth = 1.0,
})

Implementation

InkList({required this.points, this.strokeColor, this.strokeWidth = 1.0});