flutterxel_core_elli method

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

Implementation

bool flutterxel_core_elli(int x, int y, int w, int h, int col) {
  return _flutterxel_core_elli(x, y, w, h, col);
}