BorderStyle
data class BorderStyle(val topLeft: Char, val topRight: Char, val bottomLeft: Char, val bottomRight: Char, val horizontal: Char, val vertical: Char)(source)
Defines the characters used to draw borders around UI components.
Defines the characters used to draw borders around UI components.