Beginner
Flutter
Q38 / 100
What is the purpose of CrossAxisAlignment in a Column widget?
Correct! Well done.
Incorrect.
The correct answer is B) It controls the horizontal alignment of children within the Column
B
Correct Answer
It controls the horizontal alignment of children within the Column
Explanation
In a Column (vertical main axis), CrossAxisAlignment controls how children are aligned on the horizontal (cross) axis. Options: start, end, center, stretch, and baseline. mainAxisAlignment controls the vertical distribution.
Progress
38/100