flutter swiper page indicator

Solutions on MaxInterview for flutter swiper page indicator by the best coders in the world

showing results for - "flutter swiper page indicator"
Valerio
13 Jan 2018
1 pagination: new SwiperPagination(
2                alignment: Alignment.bottomCenter,
3                builder: new DotSwiperPaginationBuilder(
4                    color: Colors.grey, activeColor: Color(0xff38547C)),
5              ),
6              control: new SwiperControl(
7                color: Color(0xff38547C),
8              ),
9