AndroidInAppBrowserOptions constructor

AndroidInAppBrowserOptions({
  1. bool hideTitleBar = false,
  2. String? toolbarTopFixedTitle,
  3. bool closeOnCannotGoBack = true,
  4. bool allowGoBackWithBackButton = true,
  5. bool shouldCloseOnBackButtonPressed = false,
})

Implementation

AndroidInAppBrowserOptions({
  this.hideTitleBar = false,
  this.toolbarTopFixedTitle,
  this.closeOnCannotGoBack = true,
  this.allowGoBackWithBackButton = true,
  this.shouldCloseOnBackButtonPressed = false,
});