borderTop property

ParagraphBorder? borderTop
getter/setter pair

The border at the top of this paragraph.

If unset, the value is inherited from the parent. The top border is rendered when the paragraph above has different 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? borderTop;