ascii constant

ComponentBoxChars const ascii

Implementation

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