scrollController property

ScrollController? scrollController
final

The scroll controller used to control the position to which this menu is scrolled.

Scrolling past the end of the group using the controller will result in undefined behaviour.

Implementation

final ScrollController? scrollController;