Map<String, double> toJson() { return { 'scaleHeight': scaleHeight, 'scaleWidth': scaleWidth, 'offsetX': offsetX, 'offsetY': offsetY, }; }