ascii constant

BoxBorderChars const ascii

ASCII-only box characters (- | + + + +) for maximum compatibility.

Implementation

static const ascii = BoxBorderChars(
  topLeft: '+',
  topRight: '+',
  bottomLeft: '+',
  bottomRight: '+',
  horizontal: '-',
  vertical: '|',
);