flutterxel_core_rectb method

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

Implementation

bool flutterxel_core_rectb(int x, int y, int w, int h, int col) {
  return _flutterxel_core_rectb(x, y, w, h, col);
}