$FCircularProgressStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({IconThemeDataDelta? iconStyle, FCircularProgressMotionDelta? 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 factor t.