Navigation
Pagination
Display the current active page and enable navigation between multiple pages.
CLI
To generate a specific style for customization:
dart run forui style create paginationUsage
FPagination(...)
1FPagination(2 style: .delta(itemPadding: .value(.symmetric(horizontal: 2))),3 previous: Icon(FLucideIcons.chevronLeft),4 next: Icon(FLucideIcons.chevronRight),5)