To handle act when mouse exit the Airoll region
void handleExit(bool hovering) { setState(() { _isHovering = hovering; }); if (_isHovering == false) { Navigator.pop(context); } }