rawTarget property
The raw JavaScript DOM target element in browser execution.
Typed as Object? (underlying JSAny?) so that the core framework
remains VM-compatible without requiring package:web imports in pure Dart
environments. Evaluates to null in VM test fixtures unless explicitly provided.
Implementation
final Object? rawTarget;