$FButtonIconContentStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FWidgetStateMap<IconThemeData>? iconStyle, EdgeInsetsGeometry? padding}) FButtonIconContentStyle

Available on FButtonIconContentStyle, provided by the $FButtonIconContentStyleTransformations extension

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

Available on FButtonIconContentStyle, provided by the $FButtonIconContentStyleTransformations extension

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