flutterxel_core_circb method

bool flutterxel_core_circb(
  1. int x,
  2. int y,
  3. int r,
  4. int col,
)

Implementation

bool flutterxel_core_circb(int x, int y, int r, int col) {
  return _flutterxel_core_circb(x, y, r, col);
}