MediaGalleryPreviewOption

data class MediaGalleryPreviewOption(val title: String, val titleColor: Color, val iconPainter: Painter, val iconColor: Color, val action: MediaGalleryPreviewAction, val isEnabled: Boolean)

Represents the information for media gallery preview options the user can take.

Parameters

title

The title of the option in the list.

titleColor

The color of the title option.

iconPainter

The icon of the option.

iconColor

The color of the icon.

action

The action this option represents.

isEnabled

If the action is currently enabled.

Constructors

Link copied to clipboard
constructor(title: String, titleColor: Color, iconPainter: Painter, iconColor: Color, action: MediaGalleryPreviewAction, isEnabled: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard