【发布时间】:2021-04-08 03:54:47
【问题描述】:
当我在小部件树中使用没有导航栏的MediaQuery.of(context).padding.top 时,它会返回实际的真实值。
Reloaded 1 of 529 libraries in 637ms.
I/flutter (31730): 24.0
但是当我将 appBar 放入小部件树时,它只返回 0.0。
Reloaded 1 of 529 libraries in 764ms.
I/flutter (31730): 0.0
有人可以帮忙解释一下为什么会这样吗?
【问题讨论】:
标签: android ios flutter dart emulation