MediaGalleryPreviewOption

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

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.