style property

FPaginationStyleDelta style
final

The pagination's style.

To modify the current style:

style: .delta(...)

To replace the style:

style: FPaginationStyle(...)

CLI

To generate and customize this style:

dart run forui style create pagination

Implementation

final FPaginationStyleDelta style;