menu
Flutter
animation
AnimationMean
value property
value
brightness_4
brightness_5
description
value
property
@
override
double
value
override
The current value of the animation.
Implementation
@override double get value => (first.value + next.value) / 2.0;
Flutter
animation
AnimationMean
value property
AnimationMean class