$FButtonStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FWidgetStateMap<BoxDecoration>? decoration, FButtonContentStyle contentStyle(FButtonContentStyle style)?, FButtonIconContentStyle iconContentStyle(FButtonIconContentStyle style)?, FTappableStyle tappableStyle(FTappableStyle style)?, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle style)?}) FButtonStyle

Available on FButtonStyle, provided by the $FButtonStyleTransformations extension

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

Available on FButtonStyle, provided by the $FButtonStyleTransformations extension

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