IndividualBlogScreenLayout constructor
const
IndividualBlogScreenLayout({
- Key? key,
- Widget? profileImage,
- Widget? blogImage,
- Widget? imageDescription,
- Widget? blogContent,
- String accountName = '',
- String heading = '',
- String uploadDuration = '',
- String likeCount = '',
- String headLine = '',
- String blogContentText = '',
- String imageDescriptionText = '',
- VoidCallback? onBackPressed,
- Widget? customHeadline,
Implementation
const IndividualBlogScreenLayout({
super.key,
this.profileImage,
this.blogImage,
this.imageDescription,
this.blogContent,
this.accountName = '',
this.heading = '',
this.uploadDuration = '',
this.likeCount = '',
this.headLine = '',
this.blogContentText = '',
this.imageDescriptionText = '',
this.onBackPressed,
this.customHeadline,
});