DismissType enum

Defines dismiss type of AwesomeDialog

Inheritance

Constructors

DismissType()
const

Values

btnOk → const DismissType

When dismissed by pressing BtnOk

btnCancel → const DismissType

When dismissed by pressing BtnCancel

topIcon → const DismissType

When dismissed by pressing top right corner icon

modalBarrier → const DismissType

When dismissed by pressing the modal barrier

androidBackButton → const DismissType

When dismissed by pressing the android native back button

autoHide → const DismissType

When dismissed by AutoHide functionality

other → const DismissType

Other unknown

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

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