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

                ),

       

     

            ],

          ),

     

     

    )

  • 相关阅读:
    Systemd 指令
    2018年书单
    2017年书单
    Centos7 Devstack [Rocky] 重启后无法联网
    kvm虚拟机操作相关命令及虚拟机和镜像密码修改
    负载均衡原理-转
    用配置文件里面的参数值替换yaml模板中的变量值【python】
    linux工具之sar
    利用系统缓存优化程序的运行效率
    Elasticsearch单机部署
  • 原文地址:https://www.cnblogs.com/pp-pping/p/12163247.html
Copyright © 2011-2022 走看看