Skip to content

How to get rid of the white border around the image?  #30

@sgon00

Description

@sgon00

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions