heavy constant
BoxBorderChars
const heavy
Heavy/thick box drawing characters (━ ┃ ┏ ┓ ┗ ┛).
Implementation
static const heavy = BoxBorderChars(
topLeft: '\u250f',
topRight: '\u2513',
bottomLeft: '\u2517',
bottomRight: '\u251b',
horizontal: '\u2501',
vertical: '\u2503',
);