FPagination constructor

const FPagination({
  1. FPaginationControl control = const .managed(),
  2. FPaginationStyleDelta style = const .context(),
  3. Widget? previous,
  4. Widget? next,
  5. Key? key,
})

Creates an FPagination.

Implementation

const FPagination({
  this.control = const .managed(),
  this.style = const .context(),
  this.previous,
  this.next,
  super.key,
});