BorderStyle constructor
const
BorderStyle({})
Creates a new BorderStyle with the specified corner and edge characters.
Implementation
const BorderStyle({
required this.topLeft,
required this.topRight,
required this.bottomLeft,
required this.bottomRight,
required this.horizontal,
required this.vertical,
});