在Android 原生控件中都有padding 属性,但是Flutter 中很多Widget 是没有padding ... SizedBox( height: 5, ), Card( margin: EdgeInsets.all(5), ...
確定! 回上一頁