heavy constant

Border const heavy

Heavy-line border.

Implementation

static const Border heavy = Border(
  topChar: '━',
  bottomChar: '━',
  leftChar: '┃',
  rightChar: '┃',
  topLeftChar: '┏',
  topRightChar: '┓',
  bottomLeftChar: '┗',
  bottomRightChar: '┛',
);