Unverified Commit 83b42816 authored by David Shuckerow's avatar David Shuckerow Committed by GitHub

Add a toString for CurveTween (#14679)

parent 9bc3bc98
...@@ -327,4 +327,7 @@ class CurveTween extends Animatable<double> { ...@@ -327,4 +327,7 @@ class CurveTween extends Animatable<double> {
} }
return curve.transform(t); return curve.transform(t);
} }
@override
String toString() => '$runtimeType(curve: $curve)';
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment