BorderCharacters constructor
const
BorderCharacters({})
Implementation
const BorderCharacters({
required this.topLeft,
required this.top,
required this.topRight,
required this.right,
required this.bottomRight,
required this.bottom,
required this.bottomLeft,
required this.left,
required this.empty,
});