2019年3月7日

摘要: image .asset : 加载资源图片,会使打包时包体过大 image.network :网络资源图片,经常换的或者动态的图片 image file : 本地图片,比如相册 重用属性: fit scale color colorBlendMode repeat child: Container( 阅读全文
posted @ 2019-03-07 10:00 琴儿Aline 阅读(421) 评论(0) 推荐(0) 编辑
 
摘要: Container 组件 padding: const EdgeInsets.fromLTRB(10, 0, 30, 0),//内边距 margin: const EdgeInsets.all(10),// 外边距 decoration: new BoxDecoration( gradient: c 阅读全文
posted @ 2019-03-07 09:22 琴儿Aline 阅读(165) 评论(0) 推荐(0) 编辑