Flutter iOS Embedder
PlatformViewData Struct Reference

Public Attributes

NSObject< FlutterPlatformView > * view
 
FlutterTouchInterceptingViewtouch_interceptor
 
UIView * root_view
 

Detailed Description

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.

Member Data Documentation

◆ root_view

UIView* PlatformViewData::root_view

Definition at line 40 of file FlutterPlatformViewsController.mm.

◆ touch_interceptor

FlutterTouchInterceptingView* PlatformViewData::touch_interceptor

Definition at line 39 of file FlutterPlatformViewsController.mm.

◆ view

NSObject<FlutterPlatformView>* PlatformViewData::view

Definition at line 38 of file FlutterPlatformViewsController.mm.


The documentation for this struct was generated from the following file: