zoukankan      html  css  js  c++  java
  • card

    代码:

    var card = new Card(
    child: Column(
    children: <Widget>[
    ListTile(
    title: Text('算力的经发局围殴放假哦啊接违法',style: TextStyle(fontWeight: FontWeight.w500),),
    subtitle: Text('所未见佛我接文件佛为'),
    leading: new Icon(Icons.account_box,color: Colors.lightBlue,),
    ),
    new Divider(),
    ListTile(
    title: Text('算力的经发局围殴放假哦啊接违法',style: TextStyle(fontWeight: FontWeight.w500),),
    subtitle: Text('所未见佛我接文件佛为'),
    leading: new Icon(Icons.account_box,color: Colors.lightBlue,),
    ),
    new Divider(),
    ListTile(
     
    title: Text('算力的经发局围殴放假哦啊接违法',style: TextStyle(fontWeight: FontWeight.w500),),
    subtitle: Text('所未见佛我接文件佛为'),
    leading: new Icon(Icons.account_box,color: Colors.lightBlue,),
    ),
     


    ],
    ),
    );
     
    总结:
     

    //卡片式布局

    card(

     

    child: Column(

            children: <Widget>[

                ListTile(

                  title: Text('算力的经发局围殴放假哦啊接违法',style: TextStyle(fontWeight: FontWeight.w500),),

                  subtitle: Text('所未见佛我接文件佛为'),

                  leading: new Icon(Icons.account_box,color: Colors.lightBlue,),

                ),

                new Divider(),//下划线

                    ListTile(

                  title: Text('算力的经发局围殴放假哦啊接违法',style: TextStyle(fontWeight: FontWeight.w500),),

                  subtitle: Text('所未见佛我接文件佛为'),

                  leading: new Icon(Icons.account_box,color: Colors.lightBlue,),

                ),

       

     

            ],

          ),

     

     

    )

  • 相关阅读:
    四十一.redis主从复制 RDB/AOF持久化 数据类型
    四十.创建Redis集群 管理集群
    三十九.NoSQL概述 部署Redis服务 、 部署LNMP+Redis
    三十八. 分库分表概述 配置mycat
    520D
    442C
    LA4788
    LA3276
    LA4122
    zoj3478
  • 原文地址:https://www.cnblogs.com/pp-pping/p/12163247.html
Copyright © 2011-2022 走看看