mouseCapture property
Element?
get
mouseCapture
The element currently holding mouse capture, if any.
Implementation
Element? get mouseCapture => _mouseCapture;
The element currently holding mouse capture, if any.
Element? get mouseCapture => _mouseCapture;