isAttached property

bool isAttached

Whether this flyout controller is attached to any FlyoutTarget

Implementation

bool get isAttached => _attachState != null;