ascii constant

PanelBoxCharSet const ascii

Implementation

static const ascii = PanelBoxCharSet(
  topLeft: '+',
  topRight: '+',
  bottomLeft: '+',
  bottomRight: '+',
  horizontal: '-',
  vertical: '|',
  leftT: '+',
  rightT: '+',
  topT: '+',
  bottomT: '+',
  cross: '+',
);