DisplayTitle

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

Constructors

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

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