Returns Param with the width
Param? getWidthParam() { if (width != null) { return Param("w", width); } return null; }