Border constructor
const
Border({})
Creates a new Border configuration.
Implementation
const Border({
this.style = Style.empty,
this.topChar = '─',
this.bottomChar = '─',
this.leftChar = '│',
this.rightChar = '│',
this.topLeftChar = '┌',
this.topRightChar = '┐',
this.bottomLeftChar = '└',
this.bottomRightChar = '┘',
});