context property

Where the scrolling is taking place.

Typically implemented by ScrollableState.

Implementation

@override
CustomCarouselScrollableState get context =>
    super.context as CustomCarouselScrollableState;