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