Builds the top border line for a given width.
String buildTop(int innerWidth) { if (!isVisible) return ''; return '$topLeft${top * innerWidth}$topRight'; }