isAnimating property
bool
get
isAnimating
Whether the animation is currently in progress
Implementation
bool get isAnimating =>
state == RevealState.opening || state == RevealState.closing;
Whether the animation is currently in progress
bool get isAnimating =>
state == RevealState.opening || state == RevealState.closing;