[flutter]Why my column alignment is always center?

后端 未结 1 640
日久生厌
日久生厌 2021-02-05 02:45

I declared two columns in a row to layout the text and the icon.

The column for the icon is always center even if I set the mainAxisAlignment with Mai

1条回答
  •  醉梦人生
    2021-02-05 03:09

    Use crossAxisAlignment: CrossAxisAlignment.start And for future, I would suggest you to add code that is independent of other code so that others can run it and see.

    0 讨论(0)
提交回复
热议问题