IntroModel constructor
IntroModel({})
Implementation
IntroModel({
required this.title,
required this.description,
required this.imagePath,
required this.titleColor,
required this.descriptionColor,
});
IntroModel({
required this.title,
required this.description,
required this.imagePath,
required this.titleColor,
required this.descriptionColor,
});