value
The main accessor for the bind value.
Declaration
var value: T { get set }Discussion
This property returns the animated value (animatedValue) if an animation is active. Otherwise, this property returns the base value (baseValue).
When you assign a value to this property, the setter assigns the value you provide to baseValue.