actionScrollController property

ScrollController? actionScrollController
final

A scroll controller that can be used to control the scrolling of the actions in the action sheet.

Defaults to null, which means the CupertinoActionSheet will create an action scroll controller internally.

Implementation

final ScrollController? actionScrollController;