$FTappableStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FWidgetStateMap<MouseCursor>? cursor, Duration? pressedEnterDuration, Duration? pressedExitDuration, FTappableMotion motion(FTappableMotion motion)?}) FTappableStyle

Available on FTappableStyle, provided by the $FTappableStyleTransformations extension

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

Available on FTappableStyle, provided by the $FTappableStyleTransformations extension

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