OptimusStepBarItemState enum

Both types of step have dedicated states. State is shown through a visual change in the step indicator and in the divider between steps. All of this forms a visual distinction between the finished and unfinished part of a process.

Inheritance

Constructors

OptimusStepBarItemState()
const

Values

completed → const OptimusStepBarItemState

The step is finished. The icon is always changed to a check icon.

active → const OptimusStepBarItemState

The step is active and unfinished.

enabled → const OptimusStepBarItemState

The step is inactive and unfinished.

disabled → const OptimusStepBarItemState

The step is disabled and unavailable.

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