controller property

The StreamController for this CollectionPageController.

The closing of this StreamController is outside of the responsibility of a CollectionWidget therefore, you must close this controller manually to avoid leaks.

Implementation

final controller = StreamController<PageControllerDirection>.broadcast();