scrollController property

ScrollController? scrollController
final

A scroll controller that can be used to control the scrolling of the content in the dialog.

Defaults to null, and is typically not needed, since most alert messages are short.

See also:

Implementation

final ScrollController? scrollController;