halfBlock constant
Border
const halfBlock
Space-saving half-block border.
Implementation
static const Border halfBlock = Border(
topChar: '▀',
bottomChar: '▄',
leftChar: '▌',
rightChar: '▐',
topLeftChar: '▛',
topRightChar: '▜',
bottomLeftChar: '▙',
bottomRightChar: '▟',
);