PageBlockRelatedArticle constructor
const
PageBlockRelatedArticle({})
Contains information about a related article
Implementation
const PageBlockRelatedArticle({
required this.url,
required this.title,
required this.description,
this.photo,
required this.author,
required this.publishDate,
});