controller property Null safety

ScrollController controller
final

A ScrollController that can be used to control the position of the Scrollable widget.

This can be used by ScrollBehavior to apply a Scrollbar to the associated Scrollable.

Implementation

final ScrollController controller;