shouldPropagateDevicePointerEvents property
getter/setter pair
Whether pointer events from TestBindingEventSource.device will be propagated to the framework, or dropped.
Setting this can be useful to interact with the app in some other way
besides through the WidgetController, such as with adb shell input tap
on Android.
See also pointerEventSource.
Implementation
bool shouldPropagateDevicePointerEvents = false;