FormePaginationConfiguration constructor

const FormePaginationConfiguration({
  1. Widget? prev,
  2. Widget? next,
  3. IconData? prevIcon,
  4. IconData? nextIcon,
  5. bool enable = true,
})

Implementation

const FormePaginationConfiguration({
  this.prev,
  this.next,
  this.prevIcon,
  this.nextIcon,
  this.enable = true,
});