$FStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FFormFieldStyleDelta? formFieldStyle, FFocusedOutlineStyleDelta? focusedOutlineStyle, IconThemeDataDelta? iconStyle, BorderRadius? borderRadius, double? borderWidth, EdgeInsets? pagePadding, List<BoxShadow>? shadow, FTappableStyleDelta? tappableStyle}) FStyle

Available on FStyle, provided by the $FStyleTransformations extension

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

Available on FStyle, provided by the $FStyleTransformations extension

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