isAttached property

bool get isAttached

Whether this controller has associated search anchor.

Implementation

bool get isAttached => _anchor != null;