rounded constant

TreeEnumerator const rounded

Rounded tree characters with curved elbow (├── ╰──).

Implementation

static const rounded = TreeEnumerator(
  pipe: '│',
  tee: '├',
  elbow: '╰',
  dash: '──',
  indent: '    ',
);