ShareButton

data class ShareButton(val icon: String, val action: () -> Unit, val show: Boolean = true)

Data classes for button types

Constructors

Link copied to clipboard
constructor(icon: String, action: () -> Unit, show: Boolean = true)

Properties

Link copied to clipboard
val action: () -> Unit
Link copied to clipboard
Link copied to clipboard
val show: Boolean = true