block constant

Border const block

Block border using full block characters (█).

Implementation

static const block = Border._(
  top: BlockShades.full,
  bottom: BlockShades.full,
  left: BlockShades.full,
  right: BlockShades.full,
  topLeft: BlockShades.full,
  topRight: BlockShades.full,
  bottomLeft: BlockShades.full,
  bottomRight: BlockShades.full,
  middleLeft: BlockShades.full,
  middleRight: BlockShades.full,
  middleTop: BlockShades.full,
  middleBottom: BlockShades.full,
  middle: BlockShades.full,
);