Flutter Padding 是用来给child 在四周增加空白的widget。 ... const Card( child: Padding( padding: EdgeInsets.all(20.0), child: Text('IAM17'), ) ...
確定! 回上一頁