menu
js_bindings package
documentation
bindings/dom.dart
PropsElement
hasPointerCapture method
hasPointerCapture method
dark_mode
light_mode
hasPointerCapture
method
bool
hasPointerCapture
(
int
pointerId
)
Implementation
bool hasPointerCapture(int pointerId) => js_util.callMethod(this, 'hasPointerCapture', [pointerId]);
js_bindings package
documentation
bindings/dom
PropsElement
hasPointerCapture method
PropsElement extension on
Element