CollectionScreen

fun CollectionScreen(    navController: NavController?,     snackStateFlow: SharedFlow<SnackBarComponentConfiguration>,     showProgressBar: Boolean = false,     collectionWithdrawScreenViewModel: CollectionWithdrawScreenViewModel?,     momoTransaction: MutableLiveData<MomoTransaction?>)