borderBetween property

ParagraphBorder? borderBetween
getter/setter pair

The border between this paragraph and the next and previous paragraphs.

If unset, the value is inherited from the parent. The between border is rendered when the adjacent paragraph has the same border and indent properties. Paragraph borders cannot be partially updated. When changing a paragraph border, the new border must be specified in its entirety.

Implementation

ParagraphBorder? borderBetween;