heavy constant

TreeEnumerator const heavy

Heavy/thick tree characters.

Implementation

static const heavy = TreeEnumerator(
  pipe: '┃',
  tee: '┣',
  elbow: '┗',
  dash: '━━',
  indent: '    ',
);