ActionSheetItem

data class ActionSheetItem(val text: String, val icon: ImageVector? = null, @DrawableRes val drawableIcon: Int? = null, val type: ActionSheetItemType = ActionSheetItemType.DEFAULT, val onClick: () -> Unit)

Constructors

Link copied to clipboard
constructor(text: String, icon: ImageVector? = null, @DrawableRes drawableIcon: Int? = null, type: ActionSheetItemType = ActionSheetItemType.DEFAULT, onClick: () -> Unit)

Properties

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