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