Relative Content

Tag Archive for flutterpaginationflutter-pageviewpageviews

PageView is not taking full width of screen

I am developing on boarding screens. Flutter’s pageview is not taking full available width. I tried container’s and sizedBox’s width to double.maxFinite etc. But nothing is working for me. In the picture you can see red area is occupied by PageView. I am not using padding left, start or horizontal padding in my code. But it is automatically getting padding from left side. Also a prt of text is showing on 1st page which is actually located on second page. Means part to second index is showing on the right side of first index. My Code is below