ButtonItem

data class ButtonItem(val id: String, val text: String, @ColorRes val foregroundColor: Int?, @ColorRes val backgroundColor: Int?, val padding: Padding) : Widget

Constructors

Link copied to clipboard
constructor(id: String, text: String, @ColorRes foregroundColor: Int?, @ColorRes backgroundColor: Int?, padding: Padding)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val id: String
Link copied to clipboard
Link copied to clipboard