isDismissed property
Whether this animation is stopped at the beginning.
Implementation
bool get isDismissed => status == AnimationStatus.dismissed;
Whether this animation is stopped at the beginning.
bool get isDismissed => status == AnimationStatus.dismissed;