menu
pdf package
documentation
widgets.dart
InkList
InkList constructor
InkList constructor
dark_mode
light_mode
InkList
constructor
InkList
(
{
required
List
<
List
<
PdfPoint
>
>
points
,
PdfColor
?
strokeColor
,
double
strokeWidth
=
1.0
,
})
Implementation
InkList({required this.points, this.strokeColor, this.strokeWidth = 1.0});
pdf package
documentation
widgets
InkList
InkList constructor
InkList class