请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

MediaQuery.removePadding 没有效果

MediaQuery.removePadding(
      removeTop: true,
      context: context,
      child: Container(
        color: Colors.lightBlue,
        width: 100,
        height: 100,
        padding: EdgeInsets.fromLTRB(10, 20, 30, 0),
        // 左上右下
        child: Container(
        color: Colors.yellow,
      ),
    ))

图片描述

正在回答

1回答

MediaQuery.removePadding放在listview的外层

0 回复 有任何疑惑可以回复我~
  • 提问者 诺巴蒂 #1
    就是它只能用于清除 listView 的padding,其他的padding不能清除吗
    回复 有任何疑惑可以回复我~ 2021-08-24 10:47:25
  • CrazyCodeBoy 回复 提问者 诺巴蒂 #2
    嗯,对的。
    回复 有任何疑惑可以回复我~ 2021-08-25 09:07:07
  • 提问者 诺巴蒂 #3
    非常感谢!
    回复 有任何疑惑可以回复我~ 2021-08-25 16:01:04
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信