AiutaComponentStyle enum

Defines the available visual styles for Aiuta UI components.

Inheritance
Available extensions

Values

brand → const AiutaComponentStyle

Primary style with solid background and high contrast. Typically used for main actions and calls to action.

contrast → const AiutaComponentStyle

High-contrast style for components that require strong visual emphasis.

contrastInverted → const AiutaComponentStyle

Inverted high-contrast style, suitable for use on dark backgrounds.

blurred → const AiutaComponentStyle

Blurred style with translucent background.

blurredWithOutline → const AiutaComponentStyle

Blurred style with an additional outline border.

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