onWebViewCreated property

ValueChanged<WebViewController>? onWebViewCreated
final

Passthrough to onWebViewCreated in the underlying WebView.

Called after the logic that initializes the model-viewer.

Implementation

final ValueChanged<WebViewController>? onWebViewCreated;