single constant

ComponentBoxChars const single

Implementation

static const single = ComponentBoxChars(
  topLeft: '┌',
  topRight: '┐',
  bottomLeft: '└',
  bottomRight: '┘',
  horizontal: '─',
  vertical: '│',
);