initialAnchorKey property

GlobalKey<State<StatefulWidget>>? initialAnchorKey
getter/setter pair

the initial scroll position of the attached client can be specified.

Implementation

GlobalKey? initialAnchorKey;