outerHalfBlock constant

Border const outerHalfBlock

Outer half-block border (▛▀▜▌▐▙▄▟).

Implementation

static const outerHalfBlock = Border(
  top: '▀',
  bottom: '▄',
  left: '▌',
  right: '▐',
  topLeft: '▛',
  topRight: '▜',
  bottomLeft: '▙',
  bottomRight: '▟',
);