$FProgressStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxConstraints? constraints, BoxDecoration? trackDecoration, BoxDecoration? fillDecoration, FProgressMotion motion(FProgressMotion motion)?}) FProgressStyle

Available on FProgressStyle, provided by the $FProgressStyleTransformations extension

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

Available on FProgressStyle, provided by the $FProgressStyleTransformations extension

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