Flutter 之EdgeInsets ... 我们看看EdgeInsets提供的便捷方法: ... context) { return Padding( //上下左右各添加16像素补白 padding: EdgeInsets.all(16.0), ...
確定! 回上一頁