HtmlElementViewEx constructor

const HtmlElementViewEx({
  1. Key? key,
  2. required String viewType,
  3. required PlatformViewCreatedCallback onPlatformViewCreated,
  4. dynamic creationParams,
})

Implementation

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