ListView ( // This next line does the trick. scrollDirection: Axis.horizontal, children: <Widget>[ Container( width: 160.0, color: Colors.red, ) ...
確定! 回上一頁