InAppBrowserSettings constructor
InAppBrowserSettings({
- bool? allowGoBackWithBackButton = true,
- String? closeButtonCaption,
- Color? closeButtonColor,
- bool? closeOnCannotGoBack = true,
- bool? hideCloseButton = false,
- bool? hideDefaultMenuItems = false,
- bool? hideProgressBar = false,
- bool? hideTitleBar = false,
- bool? hideToolbarBottom = false,
- bool? hideToolbarTop = false,
- bool? hideUrlBar = false,
- ModalPresentationStyle? presentationStyle = ModalPresentationStyle.FULL_SCREEN,
- bool? shouldCloseOnBackButtonPressed = false,
- Color? toolbarBottomBackgroundColor,
- Color? toolbarBottomTintColor,
- bool? toolbarBottomTranslucent = true,
- Color? toolbarTopBackgroundColor,
- String? toolbarTopFixedTitle,
- Color? toolbarTopTintColor,
- bool? toolbarTopTranslucent = true,
- ModalTransitionStyle? transitionStyle = ModalTransitionStyle.COVER_VERTICAL,
- double? windowAlphaValue = 1.0,
- InAppWebViewRect? windowFrame,
- WindowStyleMask? windowStyleMask,
- WindowTitlebarSeparatorStyle? windowTitlebarSeparatorStyle,
- WindowType? windowType,
Implementation
InAppBrowserSettings(
{this.allowGoBackWithBackButton = true,
this.closeButtonCaption,
this.closeButtonColor,
this.closeOnCannotGoBack = true,
this.hidden = false,
this.hideCloseButton = false,
this.hideDefaultMenuItems = false,
this.hideProgressBar = false,
this.hideTitleBar = false,
this.hideToolbarBottom = false,
this.hideToolbarTop = false,
this.hideUrlBar = false,
this.menuButtonColor,
this.presentationStyle = ModalPresentationStyle.FULL_SCREEN,
this.shouldCloseOnBackButtonPressed = false,
this.toolbarBottomBackgroundColor,
this.toolbarBottomTintColor,
this.toolbarBottomTranslucent = true,
this.toolbarTopBackgroundColor,
this.toolbarTopFixedTitle,
this.toolbarTopTintColor,
this.toolbarTopTranslucent = true,
this.transitionStyle = ModalTransitionStyle.COVER_VERTICAL,
this.windowAlphaValue = 1.0,
this.windowFrame,
this.windowStyleMask,
this.windowTitlebarSeparatorStyle,
this.windowType});