getBottomSize method

int getBottomSize()

Returns the width of the bottom border.

If borders contain runes of varying widths, the widest rune is returned. If no border exists on the bottom edge, 0 is returned.

Implementation

int getBottomSize() {
  return _getBorderEdgeWidth([bottomLeft, bottom, bottomRight]);
}