CustomColors

constructor(topAppBarColor: Color? = null, titleColor: Color? = null, subtitleColor: Color? = null, messagingWindowBackground: Color? = null, dateSeparatorBackgroundColor: Color? = null, dateSeparatorTextColor: Color? = null, infoTextColor: Color? = null, receivedMessageBackgroundColor: Color? = null, receivedMessageOnBackground: Color? = null, @ColorRes receivedMessageTextColor: Int? = null, sentMessageBackgroundColor: Color? = null, sentMessageOnBackground: Color? = null, @ColorRes sentMessageTextColor: Int? = null, messageTextFieldColor: Color? = null, messageCursorColor: Color? = null, filledButtonsBackgroundColor: Color? = null, filledButtonTextColor: Color? = null, outlinedButtonBackground: Color? = null, outlinedButtonTextColor: Color? = null, outlinedButtonBorder: Color? = null, @ColorRes receivedClickableLinkColor: Int? = null, @ColorRes sentClickableLinkColor: Int? = null, errorColor: Color? = null, onErrorColor: Color? = null, mediaBottomSheetBackground: Color? = null, typedMessageColor: Color? = null, disconnectedStateIndicatorBackground: Color? = null, disconnectedStateIndicatorText: Color? = null, connectingStateIndicatorBackground: Color? = null, connectingStateIndicatorText: Color? = null, connectedStateIndicatorBackground: Color? = null, connectedStateIndicatorText: Color? = null, idleTimeoutIndicatorBackground: Color? = null, idleTimeoutIndicatorText: Color? = null)