Scaffold widgets require a MediaQuery widget ancestor....(
appBar: AppBar(
title: Text("Hero 动画演示( 跳转前页面 )"),
),
body: Center(...20210329101628636.jpg",
width: 300,
),
),
);
}
}
二、解决方案
----
出现上述问题 , 是因为在界面的根组件..., 没有使用 MaterialApp 组件 , 在 main.dart 中的 main 函数中 , 运行的组件的根组件必须是 MaterialApp ;
在 Scaffold 组件的外层包裹一层 MaterialApp...(
appBar: AppBar(
title: Text("Hero 动画演示( 跳转前页面 )"),
),
body: ,