PDFViewerTooltip constructor

const PDFViewerTooltip({
  1. String first = "First",
  2. String previous = "Previous",
  3. String next = "Next",
  4. String last = "Last",
  5. String pick = "Pick a page",
  6. String jump = "Jump",
})

Implementation

const PDFViewerTooltip(
    {this.first = "First",
    this.previous = "Previous",
    this.next = "Next",
    this.last = "Last",
    this.pick = "Pick a page",
    this.jump = "Jump"});