PdfPageLabel.romanLower constructor

PdfPageLabel.romanLower({
  1. String? prefix,
  2. int? subsequent,
})

Implementation

PdfPageLabel.romanLower({this.prefix, this.subsequent})
    : style = PdfPageLabelStyle.romanLower;