onRequestFocus property

void Function(T controller)? onRequestFocus
final

Request display and focus for this WebView. This may happen due to another WebView opening a link in this WebView and requesting that this WebView be displayed.

Officially Supported Platforms/Implementations:

Implementation

final void Function(T controller)? onRequestFocus;