How to center column and row item in Flutter?

后端 未结 3 1825
小鲜肉
小鲜肉 2021-02-01 14:46

I have a small currency table. I didn\'t use grid. I used Column and rows. Problem is that items in rows is not showing in center as shown below in the Excel example. What widge

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-01 15:11

    If you want it to be like in the picture, use

    mainAxisAlignment: MainAxisAlignment.spaceEvenly
    

提交回复
热议问题