UWebView constructor

const UWebView({
  1. required String url,
  2. Key? key,
})

Implementation

const UWebView({required this.url, super.key});