BorderCharacters.basic constructor

const BorderCharacters.basic()

Implementation

const BorderCharacters.basic()
    : topLeft = '┌',
      top = '─',
      topRight = '┐',
      right = '│',
      bottomRight = '┘',
      bottom = '─',
      bottomLeft = '└',
      left = '│',
      empty = ' ';