hasHandedOff property

bool get hasHandedOff

Whether the anchor blob has handed off back to the real trigger.

Latches true on the first zero-crossing during close, remaining true until the next open call. Use this to swap the ghost overlay for the real trigger widget at the exact right moment.

Implementation

bool get hasHandedOff => _hasHandedOff;