isAttached property

bool isAttached
inherited

Whether any ScrollablePositionedList objects are attached this object.

If false, then jumpTo and scrollTo must not be called.

Implementation

bool get isAttached => _scrollableListState != null;