Flutter Flutter - 移除默认的状态栏高度 2020-04-18 16:26 2497 更新于 2020-04-18 16:26 ``` MediaQuery.removePadding( removeTop: true, context: context, child:Scaffold(...) ) ```