IOSInAppBrowserOptions constructor
IOSInAppBrowserOptions({
- bool toolbarTopTranslucent = true,
- Color? toolbarTopTintColor,
- bool hideToolbarBottom = false,
- Color? toolbarBottomBackgroundColor,
- Color? toolbarBottomTintColor,
- bool toolbarBottomTranslucent = true,
- String? closeButtonCaption,
- Color? closeButtonColor,
- IOSUIModalPresentationStyle presentationStyle = IOSUIModalPresentationStyle.FULL_SCREEN,
- IOSUIModalTransitionStyle transitionStyle = IOSUIModalTransitionStyle.COVER_VERTICAL,
Implementation
IOSInAppBrowserOptions(
{this.toolbarTopTranslucent = true,
this.toolbarTopTintColor,
this.hideToolbarBottom = false,
this.toolbarBottomBackgroundColor,
this.toolbarBottomTintColor,
this.toolbarBottomTranslucent = true,
this.closeButtonCaption,
this.closeButtonColor,
this.presentationStyle = IOSUIModalPresentationStyle.FULL_SCREEN,
this.transitionStyle = IOSUIModalTransitionStyle.COVER_VERTICAL});