$FTabsStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecorationDelta? decoration, EdgeInsetsGeometry? padding, FVariantsDelta<FTabVariantConstraint, FTabVariant, TextStyle, TextStyleDelta>? labelTextStyle, BoxDecorationDelta? indicatorDecoration, FTabBarIndicatorSize? indicatorSize, double? height, double? spacing, FFocusedOutlineStyleDelta? focusedOutlineStyle}) FTabsStyle

Available on FTabsStyle, provided by the $FTabsStyleTransformations extension

Returns a copy of this FTabsStyle with the given properties replaced.
lerp(FTabsStyle other, double t) FTabsStyle

Available on FTabsStyle, provided by the $FTabsStyleTransformations extension

Linearly interpolate between this and another FTabsStyle using the given factor t.