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