lerpWidth method

  1. @override
double lerpWidth()
override

Implementation

@override
double lerpWidth() => lerpDouble(maxWidth ?? fullWidth, fullWidth, t)!;