isLanding property

bool get isLanding

Landing: the latch has fired, the content is back in the widget, and the spring is playing out the residual undershoot (the bump) on the live button.

Implementation

bool get isLanding => !_finished && controller.hasHandedOff;