mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Correct doc for AnimationMin (#146531)
Fixes https://github.com/flutter/flutter/issues/146485
This commit is contained in:
parent
bba260a9d3
commit
511ccf46db
@ -748,7 +748,7 @@ class AnimationMax<T extends num> extends CompoundAnimation<T> {
|
||||
|
||||
/// An animation that tracks the minimum of two other animations.
|
||||
///
|
||||
/// The [value] of this animation is the maximum of the values of
|
||||
/// The [value] of this animation is the minimum of the values of
|
||||
/// [first] and [next].
|
||||
class AnimationMin<T extends num> extends CompoundAnimation<T> {
|
||||
/// Creates an [AnimationMin].
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user