flutter 布局

一、Container

一个空白容器

二、Row

mainAxisAlignment  主轴对齐 ,

CrossAxisAlignment 垂直于主轴对齐

三、Column

四、ListView

 

五、GridView

 

六、Stack

 

七、Card

 

八、ListTile

 

child: new ListTile(
    leading: new Icon(Icons.cake),
    title: new Text('轻小说'),
    subtitle: new Text('标题'),
)

 

9增加点击事件 GestureDetector()

点击child触发onTap

 

posted @ 2019-02-28 16:08  富坚老贼  阅读(141)  评论(0编辑  收藏  举报