listKey property

GlobalKey<SliverAnimatedListState> listKey
getter/setter pair

List key that is given to the sliver animated list used under the covers

Implementation

GlobalKey<SliverAnimatedListState> listKey =
    GlobalKey<SliverAnimatedListState>();