onExit method
Implementation
Widget onExit(Function(PointerExitEvent) onExit) {
return MouseRegion(
onExit: onExit,
child: this,
);
}
Widget onExit(Function(PointerExitEvent) onExit) {
return MouseRegion(
onExit: onExit,
child: this,
);
}