DialogButton

class DialogButton(val text: String = "", val contentColor: Color = Color.Unspecified, val containerColor: Color = Color.Unspecified, val shape: Shape? = null)

a dialog buttons

Parameters

text

the text of the button

contentColor

the content color of the button

containerColor

the container color of the button

shape

the custom shape of the button

Constructors

Link copied to clipboard
constructor(text: String = "", contentColor: Color = Color.Unspecified, containerColor: Color = Color.Unspecified, shape: Shape? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val shape: Shape?
Link copied to clipboard