buildFooterIndicator method
Implementation
@override
FooterIndicator<T>? buildFooterIndicator(MTProcessingManager manager, InfiniteScorllController<T> controller) {
return FooterIndicator(infiniteScorllController: controller, processManager: manager, builder: footerIndicatorBuilder);
}