flutterxel_core_text method

bool flutterxel_core_text(
  1. int x,
  2. int y,
  3. Pointer<Char> text,
  4. int col,
)

Implementation

bool flutterxel_core_text(int x, int y, ffi.Pointer<ffi.Char> text, int col) {
  return _flutterxel_core_text(x, y, text, col);
}