$FBadgeStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecoration? decoration, FBadgeContentStyle contentStyle(FBadgeContentStyle style)?}) FBadgeStyle

Available on FBadgeStyle, provided by the $FBadgeStyleTransformations extension

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

Available on FBadgeStyle, provided by the $FBadgeStyleTransformations extension

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