InAppWebview constructor

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

Implementation

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