paragraphSpacing
The space after the end of the paragraph.
Declaration
var paragraphSpacing: CGFloat { get set }Discussion
This property contains the space (measured in points) added at the end of the paragraph to separate it from the following paragraph. This value must be nonnegative. The space between paragraphs is determined by adding the previous paragraph’s paragraphSpacing and the current paragraph’s paragraphSpacingBefore.