TimelineTextStyles constructor
- TextStyle? viewPostStyle,
- TextStyle? listPostTitleStyle,
- TextStyle? listPostCreatorTitleStyle,
- TextStyle? listCreatorNameStyle,
- TextStyle? listPostLikeTitleAndAmount,
- TextStyle? deletePostStyle,
- TextStyle? categorySelectionDescriptionStyle,
- TextStyle? categorySelectionTitleStyle,
- TextStyle? noPostsStyle,
- TextStyle? errorTextStyle,
- TextStyle? postCreatorTitleStyle,
- TextStyle? postCreatorNameStyle,
- TextStyle? postTitleStyle,
- TextStyle? postLikeTitleAndAmount,
- TextStyle? postCreatedAtStyle,
- 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,
});