TdStepItem class

Constructors

TdStepItem({TdStepStatus? status, required Widget title, Widget? content, Widget? icon})
const

Properties

content 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 TdStepStatus?
当前步骤的状态
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