$FBreadcrumbStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FWidgetStateMap<TextStyle>? textStyle, IconThemeData? iconStyle, EdgeInsetsGeometry? padding, FTappableStyle tappableStyle(FTappableStyle style)?, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?}) FBreadcrumbStyle

Available on FBreadcrumbStyle, provided by the $FBreadcrumbStyleTransformations extension

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

Available on FBreadcrumbStyle, provided by the $FBreadcrumbStyleTransformations extension

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