heavy constant

ComponentBoxChars const heavy

Implementation

static const heavy = ComponentBoxChars(
  topLeft: '┏',
  topRight: '┓',
  bottomLeft: '┗',
  bottomRight: '┛',
  horizontal: '━',
  vertical: '┃',
);