widgets/pagination library
A pagination enables the user to select a specific page from a range of pages.
See https://forui.dev/docs/navigation/pagination for working examples.
Classes
- FPagination
- A pagination allows the user to select a specific page from a range of pages.
- FPaginationControl
- A FPaginationControl defines how a FPagination is controlled.
- FPaginationController
- A controller that controls which page is selected.
- FPaginationManagedControl
- A FPaginationManagedControl enables widgets to manage their own controller internally while exposing parameters for common configurations.
- FPaginationStyle
- The FPagination styles.
- FPaginationStyleDelta
- A delta that applies modifications to a FPaginationStyle.
Extensions
- $FPaginationStyleTransformations on FPaginationStyle
- Provides copyWith and lerp methods.