WebView constructor

const WebView({
  1. Key? key,
  2. required WebViewController controller,
})

Implementation

const WebView({
  super.key,
  required this.controller,
});