StylishTimelineItem

data class StylishTimelineItem(val title: String, val description: String = "", val timestamp: String = "")

One entry of a StylishTimeline.

Constructors

Link copied to clipboard
constructor(title: String, description: String = "", timestamp: String = "")

Properties

Link copied to clipboard

Optional supporting text of the entry.

Link copied to clipboard

Optional time/date text shown above the title.

Link copied to clipboard

Heading of the entry.