$FDeterminateProgressStyleTransformations extension
Methods
-
copyWith(
{BoxConstraints? constraints, BoxDecoration? trackDecoration, BoxDecoration? fillDecoration, FDeterminateProgressMotion motion(FDeterminateProgressMotion 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 factort
.