rounded constant

BoxBorderChars const rounded

Rounded corner box drawing characters (─ │ ╭ ╮ ╰ ╯).

Implementation

static const rounded = BoxBorderChars(
  topLeft: '\u256d',
  topRight: '\u256e',
  bottomLeft: '\u2570',
  bottomRight: '\u256f',
  horizontal: '\u2500',
  vertical: '\u2502',
);