ImplicitAnimationSnapshot
live An immutable snapshot of the current interpolated values produced by ImplicitAnimation on each animation tick. Use Get inside the builder delegate to read the current animated value for a given key.
Methods
Get“1
Returns the current interpolated value for the animated property identified by .
| Parameter | Description |
|---|---|
key | The key provided when the AnimatedValue was created. |
Returns: The current interpolated value.
Last updated on