一、Flutter Text 组件
二、Container 组件
说明 : border:Border.all() ,是用来设置边框的颜色 ,线的样式,宽度等等
border.BoxDecoration()用来设置整个边框组件的颜色,样式
borderRadius用来设置圆角
padding:EdgeInsets.all(20) ,表示内边距20 ;如果内边距不等
padding:fromLTRB(left ,top ,right ,bottom); 同理margin一样的用法
transfrom:Matrix4.translationValues(); //平移 rotation(0.3) //正值表示顺时针旋转30度
先介绍到这里,待补充