SafariViewControllerOptions class

Constructors

SafariViewControllerOptions({bool barCollapsingEnabled = false, bool entersReaderIfAvailable = false, Color? preferredBarTintColor, Color? preferredControlTintColor, bool modalPresentationCapturesStatusBarAppearance = false, SafariViewControllerDismissButtonStyle? dismissButtonStyle, UIModalPresentationStyle modalPresentationStyle = UIModalPresentationStyle.overFullScreen})
const

Properties

barCollapsingEnabled bool
final
dismissButtonStyle SafariViewControllerDismissButtonStyle?
final
entersReaderIfAvailable bool
final
hashCode int
The hash code for this object.
no setterinherited
modalPresentationCapturesStatusBarAppearance bool
final
modalPresentationStyle UIModalPresentationStyle
final
preferredBarTintColor Color?
final
preferredControlTintColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited