PaginationTheme class
Theme data for customizing Pagination widget appearance.
This class defines the visual and behavioral properties that can be applied to Pagination widgets, including spacing between controls and label display preferences. These properties can be set at the theme level to provide consistent styling across the application.
Constructors
- PaginationTheme.new({double? gap, bool? showLabel})
-
Creates a PaginationTheme.
const
Properties
Methods
-
copyWith(
{ValueGetter< double?> ? gap, ValueGetter<bool?> ? showLabel}) → PaginationTheme - Returns a copy of this theme with the given fields replaced.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override