TripSummaryExpandableViewState
constructor(tripSummaryModel: State<TripSummaryModel?> = mutableStateOf(null), tripOverviewItems: State<List<TripOverviewItem>> = mutableStateOf(emptyList()), bottomSheetState: BottomSheetState = BottomSheetState(BottomSheetValue.Collapsed), onEndActiveGuidance: () -> Unit = {}, onOpenCommonSearchClick: () -> Unit = {}, onOpenSearchForChargeClick: (List<Point>) -> Unit = {}, onWaypointClick: (DestinationSearchResult) -> Unit? = {})