TourStep constructor
const
TourStep({})
Implementation
const TourStep({
required this.key,
required this.title,
required this.description,
this.backgroundColor = Colors.white,
this.duration = const Duration(seconds: 4),
this.buttonLabel,
this.isLast = false,
});