IOSInAppBrowserOptions constructor

IOSInAppBrowserOptions({
  1. bool toolbarTopTranslucent = true,
  2. Color? toolbarTopTintColor,
  3. bool hideToolbarBottom = false,
  4. Color? toolbarBottomBackgroundColor,
  5. Color? toolbarBottomTintColor,
  6. bool toolbarBottomTranslucent = true,
  7. String? closeButtonCaption,
  8. Color? closeButtonColor,
  9. IOSUIModalPresentationStyle presentationStyle = IOSUIModalPresentationStyle.FULL_SCREEN,
  10. 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});