block constant
Border
const block
Solid retro block border.
Implementation
static const Border block = Border(
topChar: '█',
bottomChar: '█',
leftChar: '█',
rightChar: '█',
topLeftChar: '█',
topRightChar: '█',
bottomLeftChar: '█',
bottomRightChar: '█',
);