startSpacingValue property
@doc The amount of spacing at the start of the list. Used if applyStartEndSpace is false.
Implementation
@$pb.TagNumber(6)
FFDoubleValue get startSpacingValue => $_getN(5);
Implementation
@$pb.TagNumber(6)
set startSpacingValue(FFDoubleValue value) => $_setField(6, value);