scrollController property

ScrollController? scrollController
final

The ScrollController to use when vertically scrolling the contents.

If null then this editor instantiates a new ScrollController.

Scroll controller must not be null if scrollable is set to false.

Implementation

final ScrollController? scrollController;