all constant

Border const all

A full box border using standard box-drawing characters.

Implementation

static const Border all = Border(
  top: '─',
  left: '│',
  right: '│',
  bottom: '─',
);