BrowserConfiguration constructor

const BrowserConfiguration({
  1. bool showTitle = false,
})

Creates a new InAppBrowserConfiguration with given settings.

Implementation

const BrowserConfiguration({this.showTitle = false});