isDetached property

bool isDetached

Returns true if the frame has been detached, or false otherwise.

Implementation

bool get isDetached => _detached;