blob: d3f158beb66e41715ddc5e7801c89ec1b9018b13 [file] [log] [blame] [view]
# 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;
```