$FTabsStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecoration? decoration, EdgeInsetsGeometry? padding, TextStyle? selectedLabelTextStyle, TextStyle? unselectedLabelTextStyle, BoxDecoration? indicatorDecoration, FTabBarIndicatorSize? indicatorSize, double? height, double? spacing, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?}) 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.