BlogsStrings constructor
const
BlogsStrings({
- String pageTitle = 'Blog',
- String searchHint = 'Search blogs...',
- String noBlogsAvailable = 'No blogs available',
- String errorLoadingBlogs = 'Error loading blogs',
- String? noSearchResults,
- String readMore = 'Read More →',
- String? pageOf,
- String copyLink = 'Copy Link',
- String linkCopied = 'Link copied to clipboard!',
- String viewImage = 'View Image',
- String failedToLoadImage = 'Failed to load image',
- String tryAgain = 'Try Again',
Implementation
const BlogsStrings({
this.pageTitle = 'Blog',
this.searchHint = 'Search blogs...',
this.noBlogsAvailable = 'No blogs available',
this.errorLoadingBlogs = 'Error loading blogs',
this.noSearchResults,
this.readMore = 'Read More →',
this.pageOf,
this.share = 'Share',
this.copyLink = 'Copy Link',
this.linkCopied = 'Link copied to clipboard!',
this.shareFailed = 'Unable to open share dialog',
this.viewImage = 'View Image',
this.failedToLoadImage = 'Failed to load image',
this.tryAgain = 'Try Again',
});