$FCardStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxDecoration? decoration, FCardContentStyle contentStyle(FCardContentStyle style)?}) FCardStyle

Available on FCardStyle, provided by the $FCardStyleTransformations extension

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

Available on FCardStyle, provided by the $FCardStyleTransformations extension

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