$FBadgeContentStyleTransformations extension
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 factort
.