$FItemContentStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({EdgeInsetsGeometry? padding, FWidgetStateMap<IconThemeData>? prefixIconStyle, double? prefixIconSpacing, FWidgetStateMap<TextStyle>? titleTextStyle, double? titleSpacing, FWidgetStateMap<TextStyle>? subtitleTextStyle, double? middleSpacing, FWidgetStateMap<TextStyle>? detailsTextStyle, FWidgetStateMap<IconThemeData>? suffixIconStyle, double? suffixIconSpacing}) FItemContentStyle

Available on FItemContentStyle, provided by the $FItemContentStyleTransformations extension

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

Available on FItemContentStyle, provided by the $FItemContentStyleTransformations extension

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