none constant
Border
const none
No borders.
Implementation
static const Border none = Border(
topChar: '',
bottomChar: '',
leftChar: '',
rightChar: '',
topLeftChar: '',
topRightChar: '',
bottomLeftChar: '',
bottomRightChar: '',
);