SimpleWebview constructor

SimpleWebview({
  1. required String url,
  2. Color? backgroundColor,
  3. Key? key,
})

Implementation

SimpleWebview({required this.url,this.backgroundColor,super.key});