static String setOffset(String distance, String offset, String unit) { return createLine(OFFSET, [distance + unit, offset + unit]); }