In Flutter, what is the purpose of the MainAxisAlignment property of the Row and Column widgets? Options :
a) To specify how the widgets are aligned along the horizontal axis.
b) To specify how the widgets are aligned along the vertical axis.
c) To specify how the widgets are arranged within the row or column.
d) To specify the spacing between the widgets in the row or column.
I Think the correct answer is option C, but it telling the answer as option A.