TimelineTextStyles class

Annotations

Constructors

TimelineTextStyles({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
const

Properties

categorySelectionDescriptionStyle TextStyle?
The TextStyle for the category explainer on the selection page
final
categorySelectionTitleStyle TextStyle?
The TextStyle for the category items in the list on the selection page
final
categoryTitleStyle TextStyle?
final
deletePostStyle TextStyle?
The TextStyle for the deletion text that shows in the popupmenu
final
errorTextStyle TextStyle?
The TextStyle for all error texts
final
hashCode int
The hash code for this object.
no setterinherited
listCreatorNameStyle TextStyle?
The TextStyle for the creatorname at the bottom of the card when it is in the list
final
listPostCreatorTitleStyle TextStyle?
The TextStyle for the creatorname at the top of the card when it is in the list
final
listPostLikeTitleAndAmount TextStyle?
The TextStyle for the amount of like and name of the likes at the bottom of the card when it is in the list
final
listPostTitleStyle TextStyle?
The TextStyle for the post title when it is in the list
final
noPostsStyle TextStyle?
The TextStyle for the text when there are no posts
final
postCreatedAtStyle TextStyle?
The TextStyle for the creation time of the post
final
postCreatorNameStyle TextStyle?
The TextStyle for the creatorname at the bottom of the post page
final
postCreatorTitleStyle TextStyle?
The TextStyle for the creatorname at the top of the post page
final
postLikeTitleAndAmount TextStyle?
The TextStyle for the amount of likes and name of the likes on the post page
final
postTitleStyle TextStyle?
The TextStyle for the title of the post on the post page
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewPostStyle TextStyle?
The TextStyle for the text indicating that you can view a post
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited