empty constant

BorderStyle const empty

Empty border style (no visible border).

Implementation

static const empty = BorderStyle(
  topLeft: ' ',
  topRight: ' ',
  bottomLeft: ' ',
  bottomRight: ' ',
  horizontal: ' ',
  vertical: ' ',
);