onPointerEnter method
Called on pointer enter.
Implementation
void onPointerEnter(String id, void Function() callback) {
onWindowEvent(id, 'pointerEnter', (_) => callback());
}
Called on pointer enter.
void onPointerEnter(String id, void Function() callback) {
onWindowEvent(id, 'pointerEnter', (_) => callback());
}