split constant

Border const split

Split border for single-side rails and separators.

Matches a vertical split line style: no top/bottom edge, only the left and right rails.

Implementation

static const split = Border._(
  top: '',
  bottom: '',
  left: '┃',
  right: '┃',
  topLeft: '',
  topRight: '',
  bottomLeft: '',
  bottomRight: '',
);