flutterxel_core_rect method

bool flutterxel_core_rect(
  1. int x,
  2. int y,
  3. int w,
  4. int h,
  5. int col,
)

Implementation

bool flutterxel_core_rect(int x, int y, int w, int h, int col) {
  return _flutterxel_core_rect(x, y, w, h, col);
}