borderBottom property

ParagraphBorder? borderBottom
getter/setter pair

The border at the bottom of this paragraph.

If unset, the value is inherited from the parent. The bottom border is rendered when the paragraph below 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? borderBottom;