CollectionPageController constructor
CollectionPageController()
A controller that triggers the positioning and state of a
CollectionWidget while also holding data related to the
current positioning of a CollectionWidget.
A CollectionPageController is required for pagination to
work with a CollectionWidget.
Note: Do not create an instance of this class inside
your Widget.build() method.
Implementation
CollectionPageController();