infinite_scroll_pagination icon indicating copy to clipboard operation
infinite_scroll_pagination copied to clipboard

Have a way to global config firstPageProgressIndicatorBuilder, newPageProgressIndicatorBuilder and so on.

Open huhx opened this issue 3 years ago • 1 comments

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.

huhx avatar Aug 11 '22 11:08 huhx

you can make your own wrapper that applies those defaults.

clragon avatar Aug 14 '22 22:08 clragon