当我MediaQuery.of(context).padding.top
在小部件树中没有导航栏的情况下使用时,它会返回实际的真实值。
Reloaded 1 of 529 libraries in 637ms.
I/flutter (31730): 24.0
Run Code Online (Sandbox Code Playgroud)
但是当我将 appBar 放入小部件树中时,它仅返回 0.0。
Reloaded 1 of 529 libraries in 764ms.
I/flutter (31730): 0.0
Run Code Online (Sandbox Code Playgroud)
有人可以帮忙解释一下为什么会发生这种情况吗?