rounded constant

ComponentBoxChars const rounded

Implementation

static const rounded = ComponentBoxChars(
  topLeft: '╭',
  topRight: '╮',
  bottomLeft: '╰',
  bottomRight: '╯',
  horizontal: '─',
  vertical: '│',
);