WebViewScreen constructor

WebViewScreen({
  1. required String url,
  2. required String title,
})

Implementation

WebViewScreen({
  required this.url,
  required this.title,
});