thick constant
Border
const thick
Thick/heavy border (┏━┓┃┗━┛).
Implementation
static const thick = Border(
top: '━',
bottom: '━',
left: '┃',
right: '┃',
topLeft: '┏',
topRight: '┓',
bottomLeft: '┗',
bottomRight: '┛',
middleLeft: '┣',
middleRight: '┫',
middleTop: '┳',
middleBottom: '┻',
middle: '╋',
);