rounded constant
Border
const rounded
Muted rounded corners border.
Implementation
static const Border rounded = Border(
topLeftChar: '╭',
topRightChar: '╮',
bottomLeftChar: '╰',
bottomRightChar: '╯',
);