WebViewScreen constructor

const WebViewScreen({
  1. Key? key,
  2. required String title,
  3. required String url,
})

Implementation

const WebViewScreen({Key? key, required this.title, required this.url}) : super(key: key);