showEvents

fun LazyListScope.showEvents(items: List<EventModel>, getAttach: GetAttach, endItem: String? = null, endItemClick: () -> Unit? = null, onClick: (EventModel) -> Unit = {}): LazyListScope