JustifyContent
configurationSpecifies how should the content be justified. The supported values are:
"start"- aligns the items to the rectangle origin."center"- aligns the items to the rectangle center."end"- aligns the items to the rectangle end.
justifyContent
StringDefault: "start"