WebViewSettings constructor

WebViewSettings({
  1. String? title,
  2. String? barTintColor,
  3. String? tintColor,
  4. String? titleColor,
})

Implementation

WebViewSettings({
  this.title,
  this.barTintColor,
  this.tintColor,
  this.titleColor,
});