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