PdfPageLabel constructor

PdfPageLabel(
  1. String? prefix, {
  2. PdfPageLabelStyle? style,
  3. int? subsequent,
})

Implementation

PdfPageLabel(this.prefix, {this.style, this.subsequent});