Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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),
              ),
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #flutter #swiper #page #indicator
ADD COMMENT
Topic
Name
8+6 =