$FButtonContentStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FWidgetStateMap<TextStyle>? textStyle, FWidgetStateMap<IconThemeData>? iconStyle, FWidgetStateMap<FCircularProgressStyle>? 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.