PlacesListUiState
constructor(title: DataState<String>, items: DataState<List<DashSearchResult>>, itemSelected: (Int) -> Unit, backCloseButtonState: BackCloseButtonState?)
Parameters
title
the title of the list.
items
the list of items.
itemSelected
the callback for the item selection.
backCloseButtonState
the state of the back/close button.