data class Button : Parcelable
ActionType |
enum class ActionType |
action |
val action: String? |
actionType |
val actionType: ActionType |
backgroundColor |
val backgroundColor: String? |
borderColor |
val borderColor: String? |
borderWidth |
val borderWidth: Size |
cornerRadius |
val cornerRadius: Size |
fontColor |
val fontColor: String? |
fontSize |
val fontSize: Size |
id |
val id: String |
index |
val index: Int |
text |
val text: String |
action |
fun |
actionType |
fun |
backgroundColor |
fun |
borderColor |
fun |
borderWidth |
fun |
cornerRadius |
fun |
fontColor |
fun |
fontSize |
fun |
id |
fun |
index |
fun |
text |
fun |