NewsSlideItem constructor
- required NewsSlideType type,
- String? text,
- String? html,
- dynamic backgroundColor,
- dynamic foregroundColor,
- dynamic mediaFile,
- dynamic newsReferencesModel,
Implementation
NewsSlideItem({
required this.type,
this.text,
this.html,
this.backgroundColor,
this.foregroundColor,
this.mediaFile,
this.newsReferencesModel,
});