AntdStep constructor

const AntdStep({
  1. Widget? description,
  2. Widget? icon,
  3. AntdStepStatus? status,
  4. Widget? title,
})

Implementation

const AntdStep({this.description, this.icon, this.status, this.title});