rounded constant

Border const rounded

Rounded border with curved corners (╭─╮│╰─╯).

Implementation

static const rounded = Border(
  top: '─',
  bottom: '─',
  left: '│',
  right: '│',
  topLeft: '╭',
  topRight: '╮',
  bottomLeft: '╰',
  bottomRight: '╯',
  middleLeft: '├',
  middleRight: '┤',
  middleTop: '┬',
  middleBottom: '┴',
  middle: '┼',
);