$FButtonContentStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FVariantsDelta<FTappableVariantConstraint, FTappableVariant, TextStyle, TextStyleDelta>? textStyle, FVariantsDelta<FTappableVariantConstraint, FTappableVariant, IconThemeData, IconThemeDataDelta>? iconStyle, FVariantsDelta<FTappableVariantConstraint, FTappableVariant, FCircularProgressStyle, FCircularProgressStyleDelta>? circularProgressStyle, EdgeInsetsGeometry? padding, double? spacing}) FButtonContentStyle

Available on FButtonContentStyle, provided by the $FButtonContentStyleTransformations extension

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

Available on FButtonContentStyle, provided by the $FButtonContentStyleTransformations extension

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