flutterxel_core_fill method

bool flutterxel_core_fill(
  1. int x,
  2. int y,
  3. int col
)

Implementation

bool flutterxel_core_fill(int x, int y, int col) {
  return _flutterxel_core_fill(x, y, col);
}