Trapezoid constructor
Trapezoid({})
Implementation
Trapezoid({
required this.topLeftOffset,
required this.bottomLeftOffset,
required this.topRightOffset,
required this.bottomRightOffset,
});
Trapezoid({
required this.topLeftOffset,
required this.bottomLeftOffset,
required this.topRightOffset,
required this.bottomRightOffset,
});