messageScrollController property

ScrollController? messageScrollController
final

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

This attribute is typically not needed, as alert messages should be short.

Implementation

final ScrollController? messageScrollController;