# usePointerInjection2 property | |
*[<Null safety>](https://dart.dev/null-safety)* | |
bool usePointerInjection2 | |
_<span class="feature final">final</span>_ | |
<p>Set to true if pointer injection into child views should be enabled using | |
platform messages.</p> | |
## Implementation | |
```dart | |
final bool usePointerInjection2; | |
``` | |