摘要:
image .asset : 加载资源图片,会使打包时包体过大 image.network :网络资源图片,经常换的或者动态的图片 image file : 本地图片,比如相册 重用属性: fit scale color colorBlendMode repeat child: Container( 阅读全文
2019年3月7日
摘要:
Container 组件 padding: const EdgeInsets.fromLTRB(10, 0, 30, 0),//内边距 margin: const EdgeInsets.all(10),// 外边距 decoration: new BoxDecoration( gradient: c 阅读全文