infinite_scroll_pagination
infinite_scroll_pagination copied to clipboard
Have a way to global config firstPageProgressIndicatorBuilder, newPageProgressIndicatorBuilder and so on.
In case that we do not want to use the default firstPageProgressIndicatorBuilder and we have many place need to apply pagination. So apply customize newPageProgressIndicatorBuilder, newPageProgressIndicatorBuilder in every places are duplicate code.
you can make your own wrapper that applies those defaults.