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