flutter swipe view pager code example
Example: flutter swiper page indicator
pagination: new SwiperPagination(
alignment: Alignment.bottomCenter,
builder: new DotSwiperPaginationBuilder(
color: Colors.grey, activeColor: Color(0xff38547C)),
),
control: new SwiperControl(
color: Color(0xff38547C),
),