TimelineTranslations constructor

const TimelineTranslations({
  1. String? anonymousUser = 'Anonymous user',
  2. String? noPosts = 'No posts yet',
  3. String? noPostsWithFilter = 'No posts with this filter',
  4. String? title = 'Title',
  5. String? titleHintText = 'Title...',
  6. String? content = 'Content',
  7. String? contentHintText = 'Content...',
  8. String? contentDescription = 'What do you want to share?',
  9. String? uploadImage = 'Upload image',
  10. String? uploadImageDescription = 'Upload an image to your message (optional)',
  11. String? allowComments = 'Are people allowed to comment?',
  12. String? allowCommentsDescription = 'Indicate whether people are allowed to respond',
  13. String? commentsTitleOnPost = 'Comments',
  14. String? checkPost = 'Check post overview',
  15. String? deletePost = 'Delete post',
  16. String? deleteReaction = 'Delete Reaction',
  17. String? viewPost = 'View post',
  18. String? likesTitle = 'Likes',
  19. String? commentsTitle = 'Are people allowed to comment?',
  20. String? firstComment = 'Be the first to comment',
  21. String? writeComment = 'Write your comment here...',
  22. String? postAt = 'at',
  23. String? postLoadingError = 'Something went wrong while loading the post',
  24. String? timelineSelectionDescription = 'Choose a category',
  25. String? searchHint = 'Search...',
  26. String? postOverview = 'Post Overview',
  27. String? postIn = 'Post in',
  28. String? postCreation = 'add post',
  29. String? yes = 'Yes',
  30. String? no = 'No',
  31. String? timeLineScreenTitle = 'iconinstagram',
})

Implementation

const TimelineTranslations({
  this.anonymousUser = 'Anonymous user',
  this.noPosts = 'No posts yet',
  this.noPostsWithFilter = 'No posts with this filter',
  this.title = 'Title',
  this.titleHintText = 'Title...',
  this.content = 'Content',
  this.contentHintText = 'Content...',
  this.contentDescription = 'What do you want to share?',
  this.uploadImage = 'Upload image',
  this.uploadImageDescription = 'Upload an image to your message (optional)',
  this.allowComments = 'Are people allowed to comment?',
  this.allowCommentsDescription =
      'Indicate whether people are allowed to respond',
  this.commentsTitleOnPost = 'Comments',
  this.checkPost = 'Check post overview',
  this.deletePost = 'Delete post',
  this.deleteReaction = 'Delete Reaction',
  this.viewPost = 'View post',
  this.likesTitle = 'Likes',
  this.commentsTitle = 'Are people allowed to comment?',
  this.firstComment = 'Be the first to comment',
  this.writeComment = 'Write your comment here...',
  this.postAt = 'at',
  this.postLoadingError = 'Something went wrong while loading the post',
  this.timelineSelectionDescription = 'Choose a category',
  this.searchHint = 'Search...',
  this.postOverview = 'Post Overview',
  this.postIn = 'Post in',
  this.postCreation = 'add post',
  this.yes = 'Yes',
  this.no = 'No',
  this.timeLineScreenTitle = 'iconinstagram',
});