SafariViewControllerOptions constructor

const SafariViewControllerOptions({
  1. bool barCollapsingEnabled = false,
  2. bool entersReaderIfAvailable = false,
  3. Color? preferredBarTintColor,
  4. Color? preferredControlTintColor,
  5. bool modalPresentationCapturesStatusBarAppearance = false,
  6. SafariViewControllerDismissButtonStyle? dismissButtonStyle,
  7. UIModalPresentationStyle modalPresentationStyle = UIModalPresentationStyle.overFullScreen,
})

Implementation

const SafariViewControllerOptions({
  this.barCollapsingEnabled = false,
  this.entersReaderIfAvailable = false,
  this.preferredBarTintColor,
  this.preferredControlTintColor,
  this.modalPresentationCapturesStatusBarAppearance = false,
  this.dismissButtonStyle,
  this.modalPresentationStyle = UIModalPresentationStyle.overFullScreen,
});