return Container(
child: ListView(
children: <Widget>[
Column(
children: <Widget>[
Container(
child: Text('午餐'),
),
Container(
height: 100,
child: ListView(
scrollDirection: Axis.horizontal,//橫向
children: <Widget>[
Container(
width: 150,
height: 50,
color: Colors.black,
),
Container(
width: 150,
height: 50,
color: Colors.blue,
),
Container(
width: 150,
height: 50,
color: Colors.redAccent,
),
Container(
width: 150,
height: 50,
color: Colors.amber,
),
],
),
),
],
),
],
),
);

最新文章

  1. CompiledEffect Direct3D9 Sample fxc.exe
  2. SubSonic3.0.0.4.2源码包与调用Dll
  3. Linux进程间通信(七):消息队列 msgget()、msgsend()、msgrcv()、msgctl()
  4. 【转】Using Gamma 2.2
  5. 边工作边刷题:70天一遍leetcode: day 85
  6. SharePoint自动化系列——Add/Remove &quot;Record&quot; from items
  7. DB2对年份的处理Year()
  8. redisb并发访问慢出现的问题
  9. php导出execl
  10. PyCharm 4.0下载(附keygen)
  11. ngrok内网穿透神器
  12. javascript语句语义大全(6)
  13. chrome浏览器iframe兼容性问题,隐藏起来再显示滚动条消失?
  14. Awk,Cat,Head分析Nginx日志常用命令
  15. ●BZOJ 4665 小w的喜糖
  16. 浅谈Java中的equals和==与hashCode
  17. 二:vlan,gre,vxlan
  18. [2017BUAA软工助教]个人项目测试结果
  19. github上传时出现error: src refspec master does not match any解决办法22
  20. The connection string &#39;MysqlEF&#39; in the application&#39;s configuration file does not contain the require异常

热门文章

  1. iOS10以上App请求用户授权系统设置权限
  2. JAVA学习纲要
  3. Netty学习笔记(一)
  4. 【CF1257E】The Contest【线段树】
  5. [Ynoi2012]D1T3
  6. form表单action带参数传递
  7. 125、TensorFlow计算图的执行
  8. 使用eclipse制作war包方法 web项目打包到tomcat
  9. 网络流强化-POJ2516
  10. Cross-entropy Cost Function for Classification Problem