MediaQuery.removePadding 没有效果
来源:1-1 课程介绍与学习指南
诺巴蒂
2021-08-23
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的外层
032021-08-25
相似问题
没有动画效果
回答 1
growTransition没有动画效果
回答 1