getCapture method

Node? getCapture()

Implementation

ui.Node? getCapture() {
  return _capture;
}