Flutter 基础布局Widgets之Align详解

概述 一般来说,Align的使用都是其他控件的一个参数,目的是为了设置子child的对齐方式,比如居中,左上,右下等多个对齐方向,其本身用法也多灵活。 构造函数 const Align({ Key key, this.alignment = Alignment.center, this.widthFactor, this.heightFactor, Widg
相关文章
相关标签/搜索