contentBuilder property

(Widget Function(BuildContext context, BrowserController controller, Widget webView)?) contentBuilder
final

Enables you to replace the browser content with any Flutter widget for specific URLs.

If null, the normal behavior is not changed.

Implementation

final Widget Function(
  BuildContext context,
  BrowserController controller,
  Widget webView,
)? contentBuilder;