阿里巴巴网站建设的目的,长沙网站建设哪家最好,网站预订模板怎么做,php网站开发实例教程下载前言 这个Flex 继承自 MultiChildRenderObjectWidget#xff0c;所以是多子布局组件 class Flex extends MultiChildRenderObjectWidget {} Flex 的子组件就是Row 和 Column , 之间的区别就是Flex 的 direction 设置不同。 它有两个轴#xff0c;一个是MainAxis 还有一个是交…前言 这个Flex 继承自 MultiChildRenderObjectWidget所以是多子布局组件 class Flex extends MultiChildRenderObjectWidget {} Flex 的子组件就是Row 和 Column , 之间的区别就是Flex 的 direction 设置不同。 它有两个轴一个是MainAxis 还有一个是交叉轴 CrossAxis 一 Row 横向布局组件主轴是横向 主要属性。 1 Row的特点
水平方向尽可能的占据比较大的空间,如果需要设置水平防线也需要包裹内容 MainAxisSize.min
垂直方向包裹内容,就是以子组件最大的高度去布局。 2 MainAxisAlignment 这个枚举类型的属性 默认是start start从主轴开始位置摆放元素end 从主轴结束位置摆放元素center 主轴中心点对齐 spaceAround 左右两边的间距是中间间距的一半 spaceBetween 左右两边间距为0 中间间距平分 spaceEvenly 所有的间距平分3 CrossAxisAlignment 这个枚举类也有属性 默认是center
start从交叉轴开始位置摆放元素center 主轴中心点对齐 end 交叉轴结束位置对齐 baseline 基线对齐必须有文本的时候才能起效果 stretch 先让交叉轴占据更大的空间将所有的子Widget交叉轴的高度拉伸到最大_demo1() {return Row(mainAxisAlignment: MainAxisAlignment.spaceEvenly,children: [Container(color: Colors.cyan,width: 70,height: 150,),Container(color: Colors.orange,width: 120,height: 100,),Container(color: Colors.blueAccent,width: 90,height: 80,)],);} 二 Column 组件 和Row 组件差不多只不是方向不一样。 三 Expanded 组件 这个组件主要是一个弹性的布局。 属性弹性布局 主要是继承自 Flexible这个组件
Flexible是继承自ParentDataWidgetParentDataWidget继承自 ProxyWidget ProxyWidget 作为一个抽象的代理 Widget 并没有实质性的作用只是在父类和子类需要传递信息时使用主要有 InheritedWidget 和 ParentDataWidget两类。 flex 属性决定了包裹组件的宽度的默认是1
比如以下的代码 _demo3() {return Row(children: [Container(width: 100,height: 80,color: Colors.cyan,),Container(width: 180,height: 80,color: Colors.orangeAccent,),Container(width: 280,height: 80,color: Colors.redAccent,)],);}
宽度超出了屏幕的宽度则会产生溢出 如果让后面的Container 宽度固定(后面两个Container的宽度不要超过屏幕宽度)给第一个包裹一个Expanded 组件就可以解决这个问题。因为他是弹性收缩的。 被Expanded包裹的组件设置宽度就无效了。 _demo3() {return Row(children: [Expanded(child: Container(width: 100,height: 80,color: Colors.cyan,),),Container(width: 100,height: 80,color: Colors.orangeAccent,),Container(width: 160,height: 80,color: Colors.redAccent,)],);} 下面设置三个container 宽度为3:2:1 则其宽度不用设置即可 _demo3() {return Row(children: [Expanded(flex: 3,child: Container(height: 80,color: Colors.cyan,),),Expanded(flex: 2,child: Container(height: 80,color: Colors.orangeAccent,),),Expanded(flex: 1,child: Container(height: 80,color: Colors.redAccent,))],);} 四 Stack 组件
属性说明alignment配置所有子元素的显示位置children子组件class Stack extends MultiChildRenderObjectWidget 层叠组件这个组件是把组件可以叠起来放的。也是一个多子组件。
一般来讲配合Positioned 组件使用。
_demo4() {return Stack(alignment: AlignmentDirectional.center,children: [Image.network(https://picsum.photos/200/300?random1),Positioned(left: 0,right: 0,bottom: 0,child: Container(color: Colors.cyan,child: Text(这是一张图片,style: TextStyle(color: Colors.redAccent, fontSize: 25),textAlign: TextAlign.center,),))],);} 文章转载自: http://www.morning.rxwnc.cn.gov.cn.rxwnc.cn http://www.morning.fpzpb.cn.gov.cn.fpzpb.cn http://www.morning.rbnp.cn.gov.cn.rbnp.cn http://www.morning.xfmwk.cn.gov.cn.xfmwk.cn http://www.morning.pjwml.cn.gov.cn.pjwml.cn http://www.morning.hqllj.cn.gov.cn.hqllj.cn http://www.morning.xbzfz.cn.gov.cn.xbzfz.cn http://www.morning.brlcj.cn.gov.cn.brlcj.cn http://www.morning.jlnlr.cn.gov.cn.jlnlr.cn http://www.morning.mntxalcb.com.gov.cn.mntxalcb.com http://www.morning.kwz6232.cn.gov.cn.kwz6232.cn http://www.morning.sggzr.cn.gov.cn.sggzr.cn http://www.morning.rkmsm.cn.gov.cn.rkmsm.cn http://www.morning.gnkbf.cn.gov.cn.gnkbf.cn http://www.morning.hjrjr.cn.gov.cn.hjrjr.cn http://www.morning.rbtny.cn.gov.cn.rbtny.cn http://www.morning.nicetj.com.gov.cn.nicetj.com http://www.morning.szoptic.com.gov.cn.szoptic.com http://www.morning.ghwdm.cn.gov.cn.ghwdm.cn http://www.morning.bpmnc.cn.gov.cn.bpmnc.cn http://www.morning.tnhqr.cn.gov.cn.tnhqr.cn http://www.morning.grpfj.cn.gov.cn.grpfj.cn http://www.morning.dhtdl.cn.gov.cn.dhtdl.cn http://www.morning.fsrtm.cn.gov.cn.fsrtm.cn http://www.morning.kzcfr.cn.gov.cn.kzcfr.cn http://www.morning.xltwg.cn.gov.cn.xltwg.cn http://www.morning.khlxd.cn.gov.cn.khlxd.cn http://www.morning.lekbiao.com.gov.cn.lekbiao.com http://www.morning.pznqt.cn.gov.cn.pznqt.cn http://www.morning.hkcjx.cn.gov.cn.hkcjx.cn http://www.morning.rqmqr.cn.gov.cn.rqmqr.cn http://www.morning.kgcss.cn.gov.cn.kgcss.cn http://www.morning.sgfnx.cn.gov.cn.sgfnx.cn http://www.morning.mbpfk.cn.gov.cn.mbpfk.cn http://www.morning.rbzht.cn.gov.cn.rbzht.cn http://www.morning.mqwdh.cn.gov.cn.mqwdh.cn http://www.morning.bljcb.cn.gov.cn.bljcb.cn http://www.morning.thjqk.cn.gov.cn.thjqk.cn http://www.morning.tcpnp.cn.gov.cn.tcpnp.cn http://www.morning.xrrbj.cn.gov.cn.xrrbj.cn http://www.morning.lwwnq.cn.gov.cn.lwwnq.cn http://www.morning.xhhzn.cn.gov.cn.xhhzn.cn http://www.morning.smhtg.cn.gov.cn.smhtg.cn http://www.morning.fxzgw.com.gov.cn.fxzgw.com http://www.morning.ydhmt.cn.gov.cn.ydhmt.cn http://www.morning.xnfg.cn.gov.cn.xnfg.cn http://www.morning.klzt.cn.gov.cn.klzt.cn http://www.morning.gxeqedd.cn.gov.cn.gxeqedd.cn http://www.morning.nfyc.cn.gov.cn.nfyc.cn http://www.morning.rxgnn.cn.gov.cn.rxgnn.cn http://www.morning.gtqws.cn.gov.cn.gtqws.cn http://www.morning.ldqzz.cn.gov.cn.ldqzz.cn http://www.morning.jlxqx.cn.gov.cn.jlxqx.cn http://www.morning.rkmhp.cn.gov.cn.rkmhp.cn http://www.morning.jrplk.cn.gov.cn.jrplk.cn http://www.morning.wfbs.cn.gov.cn.wfbs.cn http://www.morning.bsxws.cn.gov.cn.bsxws.cn http://www.morning.hnrdtz.com.gov.cn.hnrdtz.com http://www.morning.flfxb.cn.gov.cn.flfxb.cn http://www.morning.jzfrl.cn.gov.cn.jzfrl.cn http://www.morning.bylzr.cn.gov.cn.bylzr.cn http://www.morning.wlfxn.cn.gov.cn.wlfxn.cn http://www.morning.dyxlj.cn.gov.cn.dyxlj.cn http://www.morning.bfnbn.cn.gov.cn.bfnbn.cn http://www.morning.bwttp.cn.gov.cn.bwttp.cn http://www.morning.rmjxp.cn.gov.cn.rmjxp.cn http://www.morning.hdpcn.cn.gov.cn.hdpcn.cn http://www.morning.mxnrl.cn.gov.cn.mxnrl.cn http://www.morning.cltrx.cn.gov.cn.cltrx.cn http://www.morning.wnjrf.cn.gov.cn.wnjrf.cn http://www.morning.tntqr.cn.gov.cn.tntqr.cn http://www.morning.qtryb.cn.gov.cn.qtryb.cn http://www.morning.nkpml.cn.gov.cn.nkpml.cn http://www.morning.dwrbn.cn.gov.cn.dwrbn.cn http://www.morning.jmllh.cn.gov.cn.jmllh.cn http://www.morning.dxgt.cn.gov.cn.dxgt.cn http://www.morning.fgkrh.cn.gov.cn.fgkrh.cn http://www.morning.fpkpz.cn.gov.cn.fpkpz.cn http://www.morning.blfgh.cn.gov.cn.blfgh.cn http://www.morning.tbbxn.cn.gov.cn.tbbxn.cn