PostListingMBS

fun PostListingMBS(onSheetDismissed: () -> Unit, viewModel: SellScreenViewModel = viewModel())

This composable is the Post Listing Modal Bottom Sheet. It displays a modal bottom sheet for the user to post a listing.

Parameters

onSheetDismissed

() -> Unit the function to call when the user dismisses the sheet

viewModel

SellScreenViewModel the viewmodel for the screen

See also