Button State
data class ButtonState(val onClick: () -> Unit, val imageVector: ImageVector, val contentDescriptionId: Int, val hintActive: Int = 0, val hintInactive: Int = 0)
Constructors
Link copied to clipboard
constructor(onClick: () -> Unit, imageVector: ImageVector, contentDescriptionId: Int, hintActive: Int = 0, hintInactive: Int = 0)