UvBorder constructor
const
UvBorder({
- required Side top,
- required Side bottom,
- required Side left,
- required Side right,
- required Side topLeft,
- required Side topRight,
- required Side bottomLeft,
- required Side bottomRight,
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,
});