crossAxisAlignment property

  1. @TagNumber(7)
FFCrossAxisAlignment get crossAxisAlignment

@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);
  1. @TagNumber(7)
set crossAxisAlignment (FFCrossAxisAlignment value)

Implementation

@$pb.TagNumber(7)
set crossAxisAlignment(FFCrossAxisAlignment value) => $_setField(7, value);