markdown constant
Border
const markdown
Markdown-style border for tables.
Implementation
static const markdown = Border(
top: '-',
bottom: '-',
left: '|',
right: '|',
topLeft: '|',
topRight: '|',
bottomLeft: '|',
bottomRight: '|',
middleLeft: '|',
middleRight: '|',
middleTop: '|',
middleBottom: '|',
middle: '|',
);