我让他遵循代码
return SizedBox(
child: CircularProgressIndicator(valueColor: new AlwaysStoppedAnimation<Color>(Colors.pink)),
height: 20.0,
width: 20.0,
);
Run Code Online (Sandbox Code Playgroud)
我想知道如何将其居中于屏幕的顶部中心。谢谢。