提交 f0c7cb47 authored 作者: 袁静春's avatar 袁静春

提交:提交代码;

上级 3b934f18
......@@ -64,15 +64,12 @@ class _StateLayoutState extends State<StateLayout> {
children: <Widget>[
Offstage(
offstage: img.isEmpty,
child: Opacity(
opacity: 1,
child: Container(
height: 120.0,
width: 120.0,
decoration: BoxDecoration(
image: DecorationImage(
image: ImageUtils.getAssetImage(img),
),
child: Container(
height: 120.0,
width: 120.0,
decoration: BoxDecoration(
image: DecorationImage(
image: ImageUtils.getAssetImage(img),
),
),
),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论