isAttached property Null safety
Whether any ScrollablePositionedList objects are attached this object.
Implementation
bool get isAttached => _scrollableListState != null;
Whether any ScrollablePositionedList objects are attached this object.
bool get isAttached => _scrollableListState != null;