scrollController property
final
A scroll controller that can be used to control the scrolling of the content in the dialog.
Defaults to null, which means the CupertinoDialogAction will create a scroll controller internally.
See also:
- actionScrollController, which can be used for controlling the actions section when there are many actions.
Implementation
final ScrollController? scrollController;