ToolbarModel
constructor(title: String = "", showBack: Boolean = true, showLogo: Boolean = false, customBackButtonIcon: Drawable? = null, customBackButtonIconUrl: Uri? = null, actionCustomBackButton: () -> Unit? = null, actionLogo: () -> Unit? = null, isBackButtonSelected: Boolean = false, showToolbar: Boolean = true, buttons: MutableList<ZappBaseCustomToolbarActivity.ActionButton> = mutableListOf())