TdStepItem constructor
const
TdStepItem({
- TdStepStatus? status,
- required Widget title,
- Widget? content,
- Widget? icon,
Implementation
const TdStepItem({
this.status,
required this.title,
this.content,
this.icon,
});