WebViewStack constructor

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

Implementation

const WebViewStack({
  Key? key,
  required this.url,


}) : super(key: key);