TimelineTextStyles constructor

const TimelineTextStyles({
  1. TextStyle? viewPostStyle,
  2. TextStyle? listPostTitleStyle,
  3. TextStyle? listPostCreatorTitleStyle,
  4. TextStyle? listCreatorNameStyle,
  5. TextStyle? listPostLikeTitleAndAmount,
  6. TextStyle? deletePostStyle,
  7. TextStyle? categorySelectionDescriptionStyle,
  8. TextStyle? categorySelectionTitleStyle,
  9. TextStyle? noPostsStyle,
  10. TextStyle? errorTextStyle,
  11. TextStyle? postCreatorTitleStyle,
  12. TextStyle? postCreatorNameStyle,
  13. TextStyle? postTitleStyle,
  14. TextStyle? postLikeTitleAndAmount,
  15. TextStyle? postCreatedAtStyle,
  16. TextStyle? categoryTitleStyle,
})

Options to update all the texts in the timeline view with different textstyles

Implementation

const TimelineTextStyles({
  this.viewPostStyle,
  this.listPostTitleStyle,
  this.listPostCreatorTitleStyle,
  this.listCreatorNameStyle,
  this.listPostLikeTitleAndAmount,
  this.deletePostStyle,
  this.categorySelectionDescriptionStyle,
  this.categorySelectionTitleStyle,
  this.noPostsStyle,
  this.errorTextStyle,
  this.postCreatorTitleStyle,
  this.postCreatorNameStyle,
  this.postTitleStyle,
  this.postLikeTitleAndAmount,
  this.postCreatedAtStyle,
  this.categoryTitleStyle,
});