JellyFabItem

@Immutable
@Stable
data class JellyFabItem(val icon: ImageVector, val onClick: () -> Unit = {})

Constructors

Link copied to clipboard
constructor(icon: ImageVector, onClick: () -> Unit = {})

Properties

Link copied to clipboard
val icon: ImageVector
Link copied to clipboard
val onClick: () -> Unit