menu
arcane package
documentation
generated/arcane_shadcn/src/components/navigation/pagination.dart
PaginationTheme
PaginationTheme.new const constructor
PaginationTheme.new const constructor
dark_mode
light_mode
PaginationTheme
constructor
const
PaginationTheme
(
{
double
?
gap
,
bool
?
showLabel
,
})
Creates a
PaginationTheme
.
Implementation
const PaginationTheme({ this.gap, this.showLabel, });
arcane package
documentation
generated/arcane_shadcn/src/components/navigation/pagination
PaginationTheme
PaginationTheme.new const constructor
PaginationTheme class