参考:https://www.jianshu.com/p/8ac60a7de077

 

解决方案:

只需要将ListView作为MediaQuery.removePadding的子组件即可

Widget _listView(BuildContext context){
    return MediaQuery.removePadding(
      removeTop: true,
      context: context,
      child: ListView()
   )
}

 

相关文章:

  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
  • 2021-08-19
  • 2021-05-19
  • 2022-12-23
  • 1970-01-01
  • 2021-09-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2021-06-17
  • 2023-01-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案