shadedLight constant
Border
const shadedLight
Light shaded block border.
Implementation
static const Border shadedLight = Border(
topChar: '░',
bottomChar: '░',
leftChar: '░',
rightChar: '░',
topLeftChar: '░',
topRightChar: '░',
bottomLeftChar: '░',
bottomRightChar: '░',
);