BlogPost constructor
const
BlogPost({})
Implementation
const BlogPost({
super.key,
this.tag = '',
this.title = '',
this.accountName = '',
this.uploadDuration = '',
this.blogPostImage = '',
this.profileImage,
});