none constant
Border
const none
CSS none border.
Implementation
static const none = Border(
width: 0,
color: Color('transparent'),
style: 'none',
);
CSS none border.
static const none = Border(
width: 0,
color: Color('transparent'),
style: 'none',
);