HtmlPaginator constructor
HtmlPaginator({})
Implementation
HtmlPaginator({
required this.pageWidth,
required this.pageHeight,
required this.fontSize,
this.fontFamily = 'Segoe',
this.fontPackage,
this.textDirection = TextDirection.ltr,
});