Wraps a single line of content with left and right borders.
String wrapLine(String content) { if (!isVisible) return content; return '$left$content$right'; }