doubleLine constant

Border const doubleLine

Double-line border.

Implementation

static const Border doubleLine = Border(
  topChar: '═',
  bottomChar: '═',
  leftChar: '║',
  rightChar: '║',
  topLeftChar: '╔',
  topRightChar: '╗',
  bottomLeftChar: '╚',
  bottomRightChar: '╝',
);