outerHalfBlock constant
Border
const outerHalfBlock
Outer half-block border (▛▀▜▌▐▙▄▟).
Implementation
static const outerHalfBlock = Border._(
top: BlockShades.upper,
bottom: BlockShades.lower,
left: BlockShades.left,
right: BlockShades.right,
topLeft: BlockQuadrants.allButLowerRight,
topRight: BlockQuadrants.allButLowerLeft,
bottomLeft: BlockQuadrants.allButUpperRight,
bottomRight: BlockQuadrants.allButUpperLeft,
);