normal constant
TreeEnumerator
const normal
Normal/standard tree characters (├── └──).
Implementation
static const normal = TreeEnumerator(
pipe: '│',
tee: '├',
elbow: '└',
dash: '──',
indent: ' ',
);