Container介绍
具有绘制、定位、调整大小等功能
Container属性概要
Container({Key key,this.alignment,// 定位this.padding,// 内边距Color color,// 背景色Decoration decoration,// 自定义背景this.foregroundDecoration,// 自定义前景double width,// 宽double height,// 高BoxConstraints constraints,// 大小约束框this.margin,// 外边距this.transform,// 矩阵变化(扭曲、旋转、缩放)this.child,// 子部件})
