NotificationPosition enum

Bildirim konumlarını tanımlayan enum.

Inheritance
Available extensions

Values

center → const NotificationPosition

Ortada konumlanan bildirim. (Centered notification)

centerRight → const NotificationPosition

Sağ ortada konumlanan bildirim. (Notification positioned at the center-right)

centerLeft → const NotificationPosition

Sol ortada konumlanan bildirim. (Notification positioned at the center-left)

topCenter → const NotificationPosition

Üst ortada konumlanan bildirim. (Notification positioned at the top-center)

topRight → const NotificationPosition

Sağ üstte konumlanan bildirim. (Notification positioned at the top-right)

topLeft → const NotificationPosition

Sol üstte konumlanan bildirim. (Notification positioned at the top-left)

bottomCenter → const NotificationPosition

Alt ortada konumlanan bildirim. (Notification positioned at the bottom-center)

bottomRight → const NotificationPosition

Sağ altta konumlanan bildirim. (Notification positioned at the bottom-right)

bottomLeft → const NotificationPosition

Sol altta konumlanan bildirim. (Notification positioned at the bottom-left)

Properties

alignment Alignment

Available on NotificationPosition, provided by the NotificationPositionExtension extension

Bu extension, her bir NotificationPosition değerini karşılık gelen Alignment değerine dönüştürür. This extension converts each NotificationPosition value to the corresponding Alignment value.
no setter
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

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<NotificationPosition>
A constant List of the values in this enum, in order of their declaration.