Builds the bottom border line for a given width.
String buildBottom(int innerWidth) { if (!isVisible) return ''; return '$bottomLeft${bottom * innerWidth}$bottomRight'; }