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