mainAxisAlignment property
@doc The positioning of the children along the main axis (vertical for columns, horizontal for rows).
Implementation
@$pb.TagNumber(6)
FFMainAxisAlignment get mainAxisAlignment => $_getN(5);
Implementation
@$pb.TagNumber(6)
set mainAxisAlignment(FFMainAxisAlignment value) => $_setField(6, value);