,//是否是与父级关联的主滚动视图
this.physics,//设置滚动效果
this.controller,//控制滚动位置,当primary为true时,controller必须为null...控制滚动位置,当primary为true时,controller必须为null
bool primary,//是否是与父级关联的主滚动视图
ScrollPhysics physics,/...,为了不造成滚动时的冲突,需要对子组件添加禁止滚动属性。...PageView是一个滑动视图列表组件,它继承自CustomScrollView,作用类似于Android的ViewPager,可以用它实现视图的左右滑动切换功能。...false,
PageController controller,
this.physics,
this.pageSnapping = true,
this.onPageChanged,//页面滑动切换时调用