BlogArticle constructor
const
BlogArticle({})
Implementation
const BlogArticle({
super.key,
this.title = '',
this.articleImage = '',
this.description = '',
this.readDuration = '',
this.tag = '',
this.articleLink,
});