dashed constant
Border
const dashed
Light dashed border.
Implementation
static const Border dashed = Border(
topChar: '╌',
bottomChar: '╌',
leftChar: '╎',
rightChar: '╎',
topLeftChar: '┌',
topRightChar: '┐',
bottomLeftChar: '└',
bottomRightChar: '┘',
);