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.