$FPaginationStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({EdgeInsetsDelta? itemPadding, BoxConstraints? itemConstraints, FVariantsDelta<FTappableVariantConstraint, FTappableVariant, IconThemeData, IconThemeDataDelta>? itemIconStyle, FVariantsDelta<FTappableVariantConstraint, FTappableVariant, BoxDecoration, BoxDecorationDelta>? itemDecoration, FVariantsDelta<FTappableVariantConstraint, FTappableVariant, TextStyle, TextStyleDelta>? itemTextStyle, TextStyleDelta? ellipsisTextStyle, FTappableStyleDelta? actionTappableStyle, FTappableStyleDelta? pageTappableStyle, FFocusedOutlineStyleDelta? focusedOutlineStyle}) 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 factor t.