Answers for "no scrollphysics listview"

0

no scrollphysics listview

ListView(
	physics: NeverScrollableScrollPhysics(),
	children: <Widget>[
		//your widget items here
	],
),
Posted by: Guest on March-24-2022

Browse Popular Code Answers by Language