reverse static method

String reverse(
  1. String x,
  2. String y,
  3. String widthByte,
  4. String heightDot,
)

Implementation

static String reverse(
    String x, String y, String widthByte, String heightDot) {
  return createLine(REVERSE, [x, y, widthByte, heightDot]);
}