UIModalPresentationStyle enum

Inheritance
Available extensions

Values

UIModalPresentationFullScreen → const UIModalPresentationStyle
const UIModalPresentationStyle(0)
UIModalPresentationPageSheet → const UIModalPresentationStyle
const UIModalPresentationStyle(1)
UIModalPresentationFormSheet → const UIModalPresentationStyle
const UIModalPresentationStyle(2)
UIModalPresentationCurrentContext → const UIModalPresentationStyle
const UIModalPresentationStyle(3)
UIModalPresentationCustom → const UIModalPresentationStyle
const UIModalPresentationStyle(4)
UIModalPresentationOverFullScreen → const UIModalPresentationStyle
const UIModalPresentationStyle(5)
UIModalPresentationOverCurrentContext → const UIModalPresentationStyle
const UIModalPresentationStyle(6)
UIModalPresentationPopover → const UIModalPresentationStyle
const UIModalPresentationStyle(7)
UIModalPresentationBlurOverFullScreen → const UIModalPresentationStyle
const UIModalPresentationStyle(8)
UIModalPresentationNone → const UIModalPresentationStyle
const UIModalPresentationStyle(-1)
UIModalPresentationAutomatic → const UIModalPresentationStyle
const UIModalPresentationStyle(-2)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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

Static Methods

fromValue(int value) UIModalPresentationStyle

Constants

values → const List<UIModalPresentationStyle>
A constant List of the values in this enum, in order of their declaration.