ChannelOptionState
constructor(title: String, titleColor: Color, iconPainter: Painter, iconColor: Color, action: ChannelAction)
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.