WebViewAware constructor

const WebViewAware({
  1. Key? key,
  2. required Widget child,
  3. bool debug = false,
})

Constructor

Implementation

const WebViewAware({
  Key? key,
  required this.child,
  this.debug = false,
}) : super(key: key);