$FCircularProgressStyleTransformations extension
Methods
-
copyWith(
{IconThemeData? iconStyle, FCircularProgressMotion motion(FCircularProgressMotion motion)?}) → FCircularProgressStyle -
Available on FCircularProgressStyle, provided by the $FCircularProgressStyleTransformations extension
Returns a copy of this FCircularProgressStyle with the given properties replaced. -
lerp(
FCircularProgressStyle other, double t) → FCircularProgressStyle -
Available on FCircularProgressStyle, provided by the $FCircularProgressStyleTransformations extension
Linearly interpolate between this and another FCircularProgressStyle using the given factort
.