rounded constant

BorderStyle const rounded

Rounded corners border style.

Implementation

static const rounded = BorderStyle(
  topLeft: '╭',
  topRight: '╮',
  bottomLeft: '╰',
  bottomRight: '╯',
  horizontal: '─',
  vertical: '│',
);