block constant

Border const block

Block border using full block characters (█).

Implementation

static const block = Border(
  top: '█',
  bottom: '█',
  left: '█',
  right: '█',
  topLeft: '█',
  topRight: '█',
  bottomLeft: '█',
  bottomRight: '█',
  middleLeft: '█',
  middleRight: '█',
  middleTop: '█',
  middleBottom: '█',
  middle: '█',
);