$FItemStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({FWidgetStateMap<Color?>? backgroundColor, EdgeInsetsGeometry? margin, FWidgetStateMap<BoxDecoration?>? decoration, FItemContentStyle contentStyle(FItemContentStyle style)?, FRawItemContentStyle rawItemContentStyle(FRawItemContentStyle style)?, FTappableStyle tappableStyle(FTappableStyle style)?, FFocusedOutlineStyle? focusedOutlineStyle}) FItemStyle

Available on FItemStyle, provided by the $FItemStyleTransformations extension

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

Available on FItemStyle, provided by the $FItemStyleTransformations extension

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