static String setGap(String w, String h, String unit) { return createLine(GAP, [w + unit, h + unit]); }