Padding : 在組件加上padding(組件和外框的間隙). 寫法: const Card( child: Padding( padding: EdgeInsets.all(16.0), child: Text('Hello World!
確定! 回上一頁