InAppBrowserOptions constructor

InAppBrowserOptions({
  1. bool hidden = false,
  2. bool hideToolbarTop = false,
  3. Color? toolbarTopBackgroundColor,
  4. bool hideUrlBar = false,
  5. bool hideProgressBar = false,
})

Implementation

InAppBrowserOptions({
  this.hidden = false,
  this.hideToolbarTop = false,
  this.toolbarTopBackgroundColor,
  this.hideUrlBar = false,
  this.hideProgressBar = false,
});