今天学习Flutter,里面的Row布局中,mainAxisAlignment属性可以选择spaceAround或是spaceBetween。
这两个值用在俩图标上,其区别为:
spaceBetween
spaceAround
之前学习过的flex布局中的justify-content(对齐内容)属性也有space-between和space-around的值,同义。
今天学习Flutter,里面的Row布局中,mainAxisAlignment属性可以选择spaceAround或是spaceBetween。
这两个值用在俩图标上,其区别为:
spaceBetween
spaceAround
之前学习过的flex布局中的justify-content(对齐内容)属性也有space-between和space-around的值,同义。