Geom constructor
Geom({})
Implementation
Geom({
required this.left,
required this.top,
required this.right,
required this.bottom,
required this.width,
required this.height,
required this.cx,
required this.cy,
required this.angle,
});