FPagination constructor

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

Creates an FPagination.

Implementation

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