hidden constant

Border const hidden

Hidden border using spaces (preserves layout without visible border).

Implementation

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