Add a toString for CurveTween (#14679)
This commit is contained in:
parent
9bc3bc9822
commit
83b4281649
@ -327,4 +327,7 @@ class CurveTween extends Animatable<double> {
|
||||
}
|
||||
return curve.transform(t);
|
||||
}
|
||||
|
||||
@override
|
||||
String toString() => '$runtimeType(curve: $curve)';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user