all constant
Border
const all
A full box border using standard box-drawing characters.
Implementation
static const Border all = Border(
top: '─',
left: '│',
right: '│',
bottom: '─',
);
A full box border using standard box-drawing characters.
static const Border all = Border(
top: '─',
left: '│',
right: '│',
bottom: '─',
);