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