Problem Statement
Which property controls how children are distributed along the main axis in Flexbox?
Explanation
justifyContent defines how children are positioned along the container’s main axis.
Values like 'flex-start', 'center', and 'space-between' determine how items are spaced within the parent view.