FPagination constructor
const
FPagination({
- FPaginationControl control = const .managed(),
- FPaginationStyle style(
- FPaginationStyle style
- Widget? previous,
- Widget? next,
- Key? key,
Creates an FPagination.
Implementation
const FPagination({this.control = const .managed(), this.style, this.previous, this.next, super.key});