heavy constant

PanelBoxCharSet const heavy

Implementation

static const heavy = PanelBoxCharSet(
  topLeft: '┏',
  topRight: '┓',
  bottomLeft: '┗',
  bottomRight: '┛',
  horizontal: '━',
  vertical: '┃',
  leftT: '┣',
  rightT: '┫',
  topT: '┳',
  bottomT: '┻',
  cross: '╋',
);