$FTileGroupStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecoration? decoration, FTileStyle tileStyle(FTileStyle style)?, FWidgetStateMap<Color>? dividerColor, double? dividerWidth, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle>? labelTextStyle, FWidgetStateMap<TextStyle>? descriptionTextStyle, TextStyle? errorTextStyle}) FTileGroupStyle

Available on FTileGroupStyle, provided by the $FTileGroupStyleTransformations extension

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

Available on FTileGroupStyle, provided by the $FTileGroupStyleTransformations extension

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