IOSSafariDismissButtonStyle class

An iOS-specific class used to set the custom style for the dismiss button.

NOTE: available on iOS 11.0+.

Properties

hashCode int
The hash code for this object.
no setteroverride
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.
override
toValue() int

Operators

operator ==(Object value) bool
The equality operator.
override

Static Properties

values Set<IOSSafariDismissButtonStyle>
final

Static Methods

fromValue(int? value) IOSSafariDismissButtonStyle?

Constants

CANCEL → const IOSSafariDismissButtonStyle
Makes the button title the localized string "Cancel".
CLOSE → const IOSSafariDismissButtonStyle
Makes the button title the localized string "Close".
DONE → const IOSSafariDismissButtonStyle
Makes the button title the localized string "Done".