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

提交:提交代码;

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