controller property

CustomCarouselScrollController? controller
final

A CustomCarouselScrollController instance that can be used to control the position to which this scroll view is scrolled. If none is provided, a new CustomCarouselScrollController is implicitly created.

CustomCarouselScrollController offers a number of capabilities that are specific to CustomCarousel widgets, such as:

See also:

Implementation

final CustomCarouselScrollController? controller;