Border constructor
const
Border({})
Creates a border with the specified characters.
Implementation
const Border({
required this.top,
required this.bottom,
required this.left,
required this.right,
required this.topLeft,
required this.topRight,
required this.bottomLeft,
required this.bottomRight,
this.middleLeft,
this.middleRight,
this.middleTop,
this.middleBottom,
this.middle,
});