none constant

Border const none

CSS none border.

Implementation

static const none = Border(
  width: 0,
  color: Color('transparent'),
  style: 'none',
);