Map<String, dynamic> toJson() { return { 'x': x, 'y': y, 'width': width, 'height': height, 'scale': scale, }; }