OudsAlertMessageActionLayoutEnum enum

Defines the position of an OudsAlertMessageActionLayout within the alert message.

Inheritance
Available extensions

Values

bottom → const OudsAlertMessageActionLayoutEnum

The link is displayed at the bottom of the alert message, below the main content.

This is recommended for mobile or narrow layouts, or when the text spans multiple lines. This vertical structure improves clarity and ensures the action remains visible.

trailing → const OudsAlertMessageActionLayoutEnum

The link is displayed at the top-end corner of the alert message.

This is best suited for wider layouts or short, single-line alerts where horizontal alignment keeps the content compact and balanced.

none → const OudsAlertMessageActionLayoutEnum

The link is not displayed.

Used when no user action is required. Ideal for informational alerts that simply convey status or feedback without any interaction

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

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