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

                ),

       

     

            ],

          ),

     

     

    )

  • 相关阅读:
    php 文件直接下载
    公钥、私钥与数字签名
    php swoole 安装与使用
    06-Ubuntu18.04&16.04安装PHP(7.0|7.1|7.2|7.3)
    解决nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory)错误
    浏览器禁用返回按钮
    js 鼠标放上选中
    vue 组件切换
    VSCode常用设置
    How to use electron-builder in a Vue project
  • 原文地址:https://www.cnblogs.com/pp-pping/p/12163247.html
Copyright © 2011-2022 走看看