ascii constant

Border const ascii

ASCII border for maximum compatibility (+--+||+--+).

Implementation

static const ascii = Border(
  top: '-',
  bottom: '-',
  left: '|',
  right: '|',
  topLeft: '+',
  topRight: '+',
  bottomLeft: '+',
  bottomRight: '+',
  middleLeft: '+',
  middleRight: '+',
  middleTop: '+',
  middleBottom: '+',
  middle: '+',
);