TimelineTheme class

Annotations

Constructors

TimelineTheme({Color? iconColor, Widget? likeIcon, Widget? commentIcon, Widget? likedIcon, Widget? sendIcon, Widget? moreIcon, Widget? deleteIcon, TimelineTextStyles textStyles = const TimelineTextStyles()})
const

Properties

commentIcon Widget?
The icon to display to indicate that a post has comments enabled
final
deleteIcon Widget?
The icon for delete action (delete post)
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color?
final
likedIcon Widget?
The icon to display when the post is liked
final
likeIcon Widget?
The icon to display when the post is not yet liked
final
moreIcon Widget?
The icon for more actions (open delete menu)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendIcon Widget?
The icon to display to submit a comment
final
textStyles TimelineTextStyles
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