InAppBrowserConfiguration constructor

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

Creates a new InAppBrowserConfiguration with given settings.

Implementation

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