thin constant
BorderStyle
const thin
Thin line border style.
Implementation
static const thin = BorderStyle(
topLeft: '┌',
topRight: '┐',
bottomLeft: '└',
bottomRight: '┘',
horizontal: '─',
vertical: '│',
);