isAirborne property

bool get isAirborne

The content lives in the shuttle: from takeoff to the handoff latch. For that whole span the source widget is hidden, and its mass (for the liquid skin) should follow the shuttle instead of sitting at home.

Implementation

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