What is the difference between MainAxisAlignment and CrossAxisAlignment?
Used in Row and Column to align children.
| Property | Row | Column |
|---|---|---|
mainAxisAlignment | Horizontal alignment | Vertical alignment |
crossAxisAlignment | Vertical alignment | Horizontal alignment |
Example:
Comments
Post a Comment