RecommendedStep constructor
Implementation
const RecommendedStep({
required this.title,
required this.subtitle,
required this.route,
required this.icon,
required this.color,
});
const RecommendedStep({
required this.title,
required this.subtitle,
required this.route,
required this.icon,
required this.color,
});