listSpacing property
@doc The object responsible for defining the spacing between the children.
Implementation
@$pb.TagNumber(6)
FFListSpacing get listSpacing => $_getN(5);
Implementation
@$pb.TagNumber(6)
set listSpacing(FFListSpacing value) => $_setField(6, value);