messageScrollController property

ScrollController? messageScrollController
final

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

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

Implementation

final ScrollController? messageScrollController;