-
Notifications
You must be signed in to change notification settings - Fork 734
Closed
Description
I put the Swiper
inside a Container
and my background color of the Scaffold
is not white. So I can see a white border around the image. I am unable to get rid of the white border. Anyone have any ideas? Thanks a lot.
Container(
height: 350,
color: someColor,
child: Swiper(
itemBuilder: (BuildContext context, int index) {
return carouselImageList[index];
},
itemCount: 4,
autoplay: true,
autoplayDelay: 7000,
pagination: SwiperPagination(
alignment: Alignment(0, 1.0),
),
),
),
Metadata
Metadata
Assignees
Labels
No labels