ButtonStyle

data class ButtonStyle(backgroundColor: String, fontSize: Int) : WidgetStyle

Author

Umang Chamaria Date: 07/05/20

Constructors

ButtonStyle
Link copied to clipboard
fun ButtonStyle(backgroundColor: String, fontSize: Int)

Properties

backgroundColor
Link copied to clipboard
open override val backgroundColor: String
fontSize
Link copied to clipboard
val fontSize: Int