Public Attributes | |
| NSObject< FlutterPlatformView > * | view |
| FlutterTouchInterceptingView * | touch_interceptor |
| UIView * | root_view |
Each of the following structs stores part of the platform view hierarchy according to its ID.
This data must only be accessed on the platform thread.
Definition at line 47 of file FlutterPlatformViewsController.mm.
| UIView* PlatformViewData::root_view |
Definition at line 50 of file FlutterPlatformViewsController.mm.
| FlutterTouchInterceptingView* PlatformViewData::touch_interceptor |
Definition at line 49 of file FlutterPlatformViewsController.mm.
| NSObject<FlutterPlatformView>* PlatformViewData::view |
Definition at line 48 of file FlutterPlatformViewsController.mm.