scrollableKey property

GlobalKey<State<StatefulWidget>> scrollableKey
final

GlobalKey of a ScrollablePositionedList for side gallery used to keep rebuilds from rebuilding the list.

Implementation

final GlobalKey scrollableKey = GlobalKey();