PageNavigatorOptions constructor

const PageNavigatorOptions({
  1. int jumpPageOffset = 9,
  2. bool showEdgePages = true,
  3. bool showJumpPage = true,
})

Implementation

const PageNavigatorOptions({
  this.jumpPageOffset = 9,
  this.showEdgePages = true,
  this.showJumpPage = true,
});