drawBox method

int drawBox(
  1. String mode,
  2. int x,
  3. int y,
  4. int width,
  5. int height,
  6. int top,
  7. int side,
)

Implementation

int drawBox(String mode, int x, int y, int width, int height, int top,
        int side) =>
    _drawBox(mode.codeUnitAt(0), x, y, width, height, top, side);