isClosing property

bool get isClosing

Whether a close simulation is in flight.

Implementation

bool get isClosing => _target == 0 && isAnimating;