【发布时间】:2021-05-21 08:29:22
【问题描述】:
我目前正在对其他人开发的代码进行逆向工程。即使对 Flutter 世界稍有经验,也无法理解错误。可以帮助我完成需要做什么或应该朝哪个方向发展。
showDialog(
context: context,
***child***: Container(
height: 30,
width: 30,
child: Center(
child: CupertinoActivityIndicator(
key: UniqueKey(),
radius: 20,
animating: true,
))));
错误是
错误:没有名为“child”的命名参数。 孩子:容器( ^^^^^
【问题讨论】:
标签: android flutter flutter-layout