代码示例:
在Flutter中 Row(水平) 和 Column(垂直),就属性而言基本都是相同的,只是属性控制的方向不同。以下代码中有其常用的属性,具体的多说无益,跑代码来的更直观。
args
context
title
home
appBar title
body
child
crossAxisAlignment end
mainAxisAlignment end
children
onPressed
color blueGrey
child
textColor
onPressed
color orangeAccent
highlightColor
child
textColor
onPressed
color lightBlueAccent
child
示例图:
还没有评论,来说两句吧...