BoxBorderChars constructor
const
BoxBorderChars({})
Implementation
const BoxBorderChars({
required this.topLeft,
required this.topRight,
required this.bottomLeft,
required this.bottomRight,
required this.horizontal,
required this.vertical,
});