I finally knew how to achieve this with pageView
PageView(
children: items,
controller: PageController(
viewportFraction: 0.8,
initialPage: 0,
)
)
I finally knew how to achieve this with pageView
PageView(
children: items,
controller: PageController(
viewportFraction: 0.8,
initialPage: 0,
)
)