next property
dynamic
get
next
Moves offset position forward and gets the next page of documents.
Implementation
get next => controller.add(PageControllerDirection.next);
Moves offset position forward and gets the next page of documents.
get next => controller.add(PageControllerDirection.next);