标签: flutter
我想取消ListView中的惯性滚动,怎么办?
ListView( physics: new BouncingScrollPhysics(), children: <Widget>[ new Text("123"), new Text("123"), ]);