isAttached property
bool
get
isAttached
Define if this controller was attached to the internal widget tree.
Implementation
bool get isAttached =>
horizontalScrollController != null &&
verticalScrollController != null &&
_internalContext != null;