ChannelOptionState

class ChannelOptionState(val title: String, val titleColor: Color, val iconPainter: Painter, val iconColor: Color, val action: ChannelAction)

UI representation of a Channel option, when the user selects a channel in the list.

Parameters

title

The title to represent the action.

titleColor

The color of the title text.

iconPainter

The icon to represent the action.

iconColor

The color of the icon.

action

The ChannelAction the option represents.

Constructors

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

Properties

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