DisplayTitle

data class DisplayTitle(val title: String, val subtitle: String, val fadeIn: Int = 1, val stay: Int = 5, val fadeOut: Int = 1) : Action

Constructors

Link copied to clipboard
constructor(title: String, subtitle: String, fadeIn: Int = 1, stay: Int = 5, fadeOut: Int = 1)

Properties

Link copied to clipboard
val fadeIn: Int
Link copied to clipboard
Link copied to clipboard
val stay: Int
Link copied to clipboard
Link copied to clipboard