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 37 of file FlutterPlatformViewsController.mm.
UIView* PlatformViewData::root_view |
Definition at line 40 of file FlutterPlatformViewsController.mm.
FlutterTouchInterceptingView* PlatformViewData::touch_interceptor |
Definition at line 39 of file FlutterPlatformViewsController.mm.
NSObject<FlutterPlatformView>* PlatformViewData::view |
Definition at line 38 of file FlutterPlatformViewsController.mm.