PlatformViewSurfaceFactory typedef Null safety
A factory for a surface presenting a platform view as part of the widget hierarchy.
The returned widget should present the platform view associated with controller
.
See also:
- PlatformViewSurface, a common widget for presenting platform views.
Implementation
typedef PlatformViewSurfaceFactory = Widget Function(BuildContext context, PlatformViewController controller);