mouseX property

  1. @override
double mouseX
override

Returns the current x-coordinate of the mouse pointer on the stage.

Implementation

@override
double get mouseX {
  return pointer!.mouseX;
}