testWidgets('UiKitView rejects gestures absorbed by siblings if the touch is outside of the platform view bounds but inside platform view frame',(WidgetTestertester)async{
// UiKitView is positioned at (left=0, top=100, right=300, bottom=600).
// Opaque container is on top of the UiKitView positioned at (left=0, top=500, right=300, bottom=600).
// Touch on (550, 150) is expected to be absorbed by the container.