MainButtonParams

data class MainButtonParams(    val text: String? = null,     val color: String? = null,     val textColor: String? = null,     val isActive: Boolean? = null,     val isVisible: Boolean? = null)

Constructors

Link copied to clipboard
fun MainButtonParams(    text: String? = null,     color: String? = null,     textColor: String? = null,     isActive: Boolean? = null,     isVisible: Boolean? = null)

Properties

Link copied to clipboard
val color: String? = null
Link copied to clipboard
val isActive: Boolean? = null
Link copied to clipboard
val isVisible: Boolean? = null
Link copied to clipboard
val text: String? = null
Link copied to clipboard
val textColor: String? = null