WebViewScreen constructor

const WebViewScreen({
  1. required WebViewData data,
  2. Key? key,
})

Implementation

const WebViewScreen({required this.data, super.key});