isAttached property

bool isAttached

Whether any ScrollablePositionedList objects are attached this object.

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

Implementation

bool get isAttached => _scrollableListState != null;