AntdStep class
步骤条定义 @l AntdSteps
Constructors
- AntdStep.new({Widget? description, Widget? icon, AntdStepStatus? status, Widget? title})
-
const
Properties
- description → Widget?
-
步骤的详情描述,可选
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → Widget?
-
步骤图标的类型
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → AntdStepStatus?
-
指定状态。当不配置该属性时,会使用 Steps 的 current 来自动指定状态;如果该属性与 current 指定的状态不匹配会覆盖自动匹配的状态
final
- title → Widget?
-
标题
final
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