isDismissed property

bool isDismissed

Whether this animation is stopped at the beginning.

Implementation

bool get isDismissed => status == AnimationStatus.dismissed;