isAttached property

  1. @override
bool isAttached

Whether any StickyGroupedListView objects are attached this object.

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

Implementation

@override
bool get isAttached => _stickyGroupedListViewState != null;