AntdStep constructor
const
AntdStep({
- Widget? description,
- Widget? icon,
- AntdStepStatus? status,
- Widget? title,
Implementation
const AntdStep({this.description, this.icon, this.status, this.title});