braille constant
Border
const braille
Border using Braille patterns for a high-density, dot-matrix outline.
Implementation
static const Border braille = Border(
topChar: '⠉',
bottomChar: '⣀',
leftChar: '⡇',
rightChar: '⢸',
topLeftChar: '⡏',
topRightChar: '⢹',
bottomLeftChar: '⣇',
bottomRightChar: '⣸',
);