WebViewPage constructor

const WebViewPage({
  1. Key? key,
  2. required String url,
  3. bool showAppBar = true,
})

Implementation

const WebViewPage({super.key, required this.url, this.showAppBar = true});