$FBadgeContentStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({TextStyle? labelTextStyle, EdgeInsetsGeometry? padding}) FBadgeContentStyle

Available on FBadgeContentStyle, provided by the $FBadgeContentStyleTransformations extension

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

Available on FBadgeContentStyle, provided by the $FBadgeContentStyleTransformations extension

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