isLanding property
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;
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.
bool get isLanding => !_finished && controller.hasHandedOff;