Flutter
animation
AnimationWithParentMixin
<
T
>
status property
status
description
status
property
Null safety
AnimationStatus
status
The current status of this animation.
Implementation
AnimationStatus get status => parent.status;
Flutter
animation
AnimationWithParentMixin
<
T
>
status property
AnimationWithParentMixin mixin
Properties
hashCode
parent
runtimeType
status
Methods
addListener
addStatusListener
noSuchMethod
removeListener
removeStatusListener
toString
Operators
operator ==