$FCardContentStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({double? imageSpacing, double? subtitleSpacing, TextStyle? titleTextStyle, TextStyle? subtitleTextStyle, EdgeInsetsGeometry? padding}) FCardContentStyle

Available on FCardContentStyle, provided by the $FCardContentStyleTransformations extension

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

Available on FCardContentStyle, provided by the $FCardContentStyleTransformations extension

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