$FItemGroupStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecoration? decoration, double? spacing, FWidgetStateMap<Color>? dividerColor, double? dividerWidth, FItemStyle itemStyle(FItemStyle style)?}) FItemGroupStyle

Available on FItemGroupStyle, provided by the $FItemGroupStyleTransformations extension

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

Available on FItemGroupStyle, provided by the $FItemGroupStyleTransformations extension

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