$FDeterminateProgressStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({BoxConstraints? constraints, BoxDecorationDelta? trackDecoration, BoxDecorationDelta? fillDecoration, FDeterminateProgressMotionDelta? motion}) FDeterminateProgressStyle

Available on FDeterminateProgressStyle, provided by the $FDeterminateProgressStyleTransformations extension

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

Available on FDeterminateProgressStyle, provided by the $FDeterminateProgressStyleTransformations extension

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