HtmlElementView constructor
- Key? key,
- required String viewType,
- PlatformViewCreatedCallback? onPlatformViewCreated,
- Object? creationParams,
Creates a platform view for Flutter web.
viewType
identifies the type of platform view to create.
Implementation
const HtmlElementView({
super.key,
required this.viewType,
this.onPlatformViewCreated,
this.creationParams,
});