$FTileStyleTransformations 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}) FTileStyle

Available on FTileStyle, provided by the $FTileStyleTransformations extension

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

Available on FTileStyle, provided by the $FTileStyleTransformations extension

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