FPaginationStyle class
The FPagination styles.
- Implemented types
- Mixed-in types
- Available extensions
Constructors
-
FPaginationStyle.new({required FWidgetStateMap<
IconThemeData> itemIconStyle, required FWidgetStateMap<BoxDecoration> itemDecoration, required FWidgetStateMap<TextStyle> itemTextStyle, required TextStyle ellipsisTextStyle, required FTappableStyle actionTappableStyle, required FTappableStyle pageTappableStyle, EdgeInsets itemPadding = const EdgeInsets.symmetric(horizontal: 2), BoxConstraints itemConstraints = const BoxConstraints.tightFor(width: 40.0, height: 40.0)}) - Creates a FPaginationStyle.
- FPaginationStyle.inherit({required FColors colors, required FTypography typography, required FStyle style})
- Creates a FPaginationStyle that inherits its properties.
Properties
- actionTappableStyle → FTappableStyle
-
The action's tappable style.
final
- ellipsisTextStyle → TextStyle
-
The ellipsis's text style.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemConstraints → BoxConstraints
-
The item's constraints. Defaults to
BoxConstraints(maxWidth: 40, minWidth: 40, maxHeight: 40, minHeight: 40)
.final -
itemDecoration
→ FWidgetStateMap<
BoxDecoration> -
The decoration applied to the pagination item.
final
-
itemIconStyle
→ FWidgetStateMap<
IconThemeData> -
The icon's style.
final
- itemPadding → EdgeInsets
-
The padding around each item. Defaults to EdgeInsets.symmetric(horizontal: 2)`.
final
-
itemTextStyle
→ FWidgetStateMap<
TextStyle> -
The default text style applied to the pagination item.
final
- pageTappableStyle → FTappableStyle
-
The pagination item's tappable style.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{EdgeInsets? itemPadding, BoxConstraints? itemConstraints, FWidgetStateMap< IconThemeData> ? itemIconStyle, FWidgetStateMap<BoxDecoration> ? itemDecoration, FWidgetStateMap<TextStyle> ? itemTextStyle, TextStyle? ellipsisTextStyle, FTappableStyle? actionTappableStyle, FTappableStyle? pageTappableStyle}) → FPaginationStyle -
Returns a copy of this FPaginationStyle with the given properties replaced.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringShort(
) → String -
A brief description of this object, usually just the runtimeType and the
hashCode.
inherited
-
transform(
T function(T)) → T -
Available on T, provided by the FTransformables extension
Transform thisT
using the givenfunction
.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited