Returns Param with the aspect ratio
Param? getAspectRatioParam() { if (aspectRatio != null) { return Param("ar", aspectRatio); } return null; }