none constant

Border const none

No border (empty strings).

Implementation

static const none = Border(
  top: '',
  bottom: '',
  left: '',
  right: '',
  topLeft: '',
  topRight: '',
  bottomLeft: '',
  bottomRight: '',
);