$FPaginationStyleTransformations extension
Methods
-
copyWith(
{EdgeInsets? itemPadding, BoxConstraints? itemConstraints, FWidgetStateMap< IconThemeData> ? itemIconStyle, FWidgetStateMap<BoxDecoration> ? itemDecoration, FWidgetStateMap<TextStyle> ? itemTextStyle, TextStyle? ellipsisTextStyle, FTappableStyle actionTappableStyle(FTappableStyle style)?, FTappableStyle pageTappableStyle(FTappableStyle style)?, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?}) → FPaginationStyle -
Available on FPaginationStyle, provided by the $FPaginationStyleTransformations extension
Returns a copy of this FPaginationStyle with the given properties replaced. -
lerp(
FPaginationStyle other, double t) → FPaginationStyle -
Available on FPaginationStyle, provided by the $FPaginationStyleTransformations extension
Linearly interpolate between this and another FPaginationStyle using the given factort
.