SafariViewControllerOptions constructor

const SafariViewControllerOptions({
  1. Color? preferredBarTintColor,
  2. Color? preferredControlTintColor,
  3. bool? barCollapsingEnabled,
  4. bool? entersReaderIfAvailable,
  5. SafariViewControllerDismissButtonStyle? dismissButtonStyle,
  6. ViewControllerModalPresentationStyle? modalPresentationStyle,
  7. SheetPresentationControllerConfiguration? pageSheet,
})

Creates a SafariViewControllerOptions instance with the specified options.

Implementation

const SafariViewControllerOptions({
  this.preferredBarTintColor,
  this.preferredControlTintColor,
  this.barCollapsingEnabled,
  this.entersReaderIfAvailable,
  this.dismissButtonStyle,
  this.modalPresentationStyle,
  this.pageSheet,
});