thick constant

BorderStyle const thick

Thick line border style.

Implementation

static const thick = BorderStyle(
  topLeft: '╔',
  topRight: '╗',
  bottomLeft: '╚',
  bottomRight: '╝',
  horizontal: '═',
  vertical: '║',
);