controller property

ScrollController? controller
final

ScrollController passed to ZdsList.builder.

An object that can be used to control the position to which this scroll view is scrolled.

Must be null if primary is true.

Implementation

final ScrollController? controller;