buildDelegate property

DelegateBuilder<LoadMoreDelegate> buildDelegate
getter/setter pair

Builder for the delegate that controls the load more UI.

Implementation

static DelegateBuilder<LoadMoreDelegate> buildDelegate = () => DefaultLoadMoreDelegate();