Config

constructor(@StringRes textId: Int = R.string.kim_ui_todo_allready_add_to_list, @StringRes opTextId: Int = R.string.kim_ui_op_view_detail, @ColorRes textColorId: Int = R.color.kim_ui_white, @ColorRes opTextColorId: Int = R.color.kim_ui_blue6, toastDurationMs: Long = 3000, onOpClickListener: () -> Unit?? = null)