MixWebView constructor

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

Implementation

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