ComposerActionsTheme
data class ComposerActionsTheme(val attachmentsButton: IconContainerStyle, val commandsButton: IconContainerStyle, val sendButton: IconContainerStyle)
Defines the theming options for the different composer actions.
Parameters
attachmentsButton
The style for the attachments button.
commandsButton
The style for the commands button.
sendButton
The style for the send button.
Constructors
Link copied to clipboard
constructor(attachmentsButton: IconContainerStyle, commandsButton: IconContainerStyle, sendButton: IconContainerStyle)