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,),

                ),

       

     

            ],

          ),

     

     

    )

  • 相关阅读:
    常用函数集锦
    HDU1212加深下对取模运算的理解
    HDU1022 queue和vector模拟
    设计模式原则
    3.6html学习笔记之样式选择
    poj 1274(二分图最大匹配)
    poj 1469(二分图最大匹配)
    poj 3692(二分图匹配--最大独立集)
    Codeforces Round #230 (Div. 1) 解题报告
    Codeforces Rockethon 2014 解题报告
  • 原文地址:https://www.cnblogs.com/pp-pping/p/12163247.html
Copyright © 2011-2022 走看看