PaginationTheme constructor

const PaginationTheme({
  1. double? gap,
  2. bool? showLabel,
})

Creates a PaginationTheme.

Implementation

const PaginationTheme({
  this.gap,
  this.showLabel,
});