diagonalBackslash constant

Border const diagonalBackslash

Diagonal backslash border (top-left to bottom-right).

Implementation

static const Border diagonalBackslash = Border(
  topChar: '▚',
  bottomChar: '▚',
  leftChar: '▚',
  rightChar: '▚',
  topLeftChar: '▚',
  topRightChar: '▚',
  bottomLeftChar: '▚',
  bottomRightChar: '▚',
);