LauncherNews constructor
LauncherNews({})
Implementation
LauncherNews({
this.title,
this.tag,
this.category,
this.date,
this.text,
this.playPageImage,
this.newsPageImage,
this.readMoreLink,
this.cardBorder,
this.newsType,
required this.id,
});