innerHalfBlock constant

Border const innerHalfBlock

Inner half-block border (▗▄▖▐▌▝▀▘).

Implementation

static const innerHalfBlock = Border(
  top: '▄',
  bottom: '▀',
  left: '▐',
  right: '▌',
  topLeft: '▗',
  topRight: '▖',
  bottomLeft: '▝',
  bottomRight: '▘',
);