FluentStatusIndicatorMessage enum
The status being reported. Figma's Message axis.
In Figma this axis pairs a glyph with a label and pins a FluentStatusIndicatorCategory: 16 messages times 3 sizes is exactly the 48 variants in the set, so no message ever appears under a second category. That pairing is category, and it is the only thing this enum decides — the glyph itself is supplied by the caller, since Fluent's icon set is not part of this package.
Values
- archived → const FluentStatusIndicatorMessage
-
Figma
Archived. Arrow Circle Down Right. - cancelled → const FluentStatusIndicatorMessage
-
Figma
Cancelled. Subtract Circle. - draft → const FluentStatusIndicatorMessage
-
Figma
Draft. Circle Half Fill. - failed → const FluentStatusIndicatorMessage
-
Figma
Failed. Diamond Dismiss. - inProgress → const FluentStatusIndicatorMessage
-
Figma
InProgress. Circle Half Fill. - newItem → const FluentStatusIndicatorMessage
-
Figma
New. Circle.Not named
new, which is a Dart reserved word. - notStarted → const FluentStatusIndicatorMessage
-
Figma
Not started. Circle. - pause → const FluentStatusIndicatorMessage
-
Figma
Pause. Pause Circle. - pending → const FluentStatusIndicatorMessage
-
Figma
Pending. Arrow Clockwise Dashes. - scheduled → const FluentStatusIndicatorMessage
-
Figma
Scheduled. Clock. - success → const FluentStatusIndicatorMessage
-
Figma
Success. Checkmark Circle. - synced → const FluentStatusIndicatorMessage
-
Figma
Synced. Arrow Sync. - syncing → const FluentStatusIndicatorMessage
-
Figma
Syncing. Arrow Sync. - unknown → const FluentStatusIndicatorMessage
-
Figma
Unknown. Question Circle. - warning → const FluentStatusIndicatorMessage
-
Figma
Warning. Warning. - genericInformation → const FluentStatusIndicatorMessage
-
Figma
Generic information. Info.
Properties
- category → FluentStatusIndicatorCategory
-
The category Figma pairs this message with.
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<
FluentStatusIndicatorMessage> - A constant List of the values in this enum, in order of their declaration.