Quad constructor
const
Quad({})
Creates a quad from four explicit corners.
Implementation
const Quad({
required this.topLeft,
required this.topRight,
required this.bottomRight,
required this.bottomLeft,
});
Creates a quad from four explicit corners.
const Quad({
required this.topLeft,
required this.topRight,
required this.bottomRight,
required this.bottomLeft,
});