TStep constructor
const
TStep({})
Implementation
const TStep({
required this.title,
this.subtitle,
required this.content,
this.icon,
this.isActive = false,
this.isCompleted = false,
this.color,
});
const TStep({
required this.title,
this.subtitle,
required this.content,
this.icon,
this.isActive = false,
this.isCompleted = false,
this.color,
});