builder property

PagewiseBuilder<T> builder
final

The actual builder that builds the Pagewise widget. It is called and provided the PagewiseState. This function is important only for classes extending Pagewise. See PagewiseListView and PagewiseGridView for examples.

Implementation

final PagewiseBuilder<T> builder;