animationState property

ValueNotifier<AnimationState> animationState
getter/setter pair

Implementation

ValueNotifier<AnimationState> animationState =
    ValueNotifier(AnimationState.collapsed);