HtmlElementViewEx constructor
const
HtmlElementViewEx({
- Key? key,
- required String viewType,
- required PlatformViewCreatedCallback onPlatformViewCreated,
- dynamic creationParams,
Implementation
const HtmlElementViewEx({Key? key, required String viewType, required this.onPlatformViewCreated, this.creationParams}) : super(key: key, viewType: viewType);