Returns Param with the height
Param? getHeightParam() { if (height != null) { return Param("h", height); } return null; }