innerHalfBlock constant

Border const innerHalfBlock

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

Implementation

static const innerHalfBlock = Border._(
  top: BlockShades.lower,
  bottom: BlockShades.upper,
  left: BlockShades.right,
  right: BlockShades.left,
  topLeft: BlockQuadrants.lowerRight,
  topRight: BlockQuadrants.lowerLeft,
  bottomLeft: BlockQuadrants.upperRight,
  bottomRight: BlockQuadrants.upperLeft,
);