isMouseInside property

bool isMouseInside

Returns a boolean indicating whether the mouse pointer is inside the stage. So if it's available to detect events.

Implementation

bool get isMouseInside {
  return _isMouseInside;
}