CommonBrowser constructor
const
CommonBrowser({})
Implementation
const CommonBrowser(
{Key? key,
this.title,
required this.url,
this.backgroundColor,
this.onWebResourceError,
this.onHttpError})
: super(key: key);