JusoWebView constructor

const JusoWebView({
  1. Key? key,
  2. Widget? loader,
})

Implementation

const JusoWebView({
  Key? key,
  this.loader,
}) : super(key: key);