Flutter 设置控件padding、margin //使用padding包裹控件 Padding( padding: const EdgeInsets.all(20),//统一设置四边距离 child: Text('content') ) Padding( padding