menu
Flutter
animation
AnimationMax
<
T extends num
>
value property
value
brightness_4
brightness_5
description
value
property
@
override
T
value
override
The current value of the animation.
Implementation
@override T get value => math.max(first.value, next.value);
Flutter
animation
AnimationMax
<
T extends num
>
value property
AnimationMax class