Bottom Menu Chat Flow
data class BottomMenuChatFlow(@ColorRes var backgroundColor: Int = R.color.ecc_input_background, var fileButton: TextImageStyle? = null, var galleryButton: TextImageStyle? = null, var cameraButton: TextImageStyle? = null)
Constructors
Link copied to clipboard
constructor(@ColorRes backgroundColor: Int = R.color.ecc_input_background, fileButton: TextImageStyle? = null, galleryButton: TextImageStyle? = null, cameraButton: TextImageStyle? = null)