PostListingForm

fun PostListingForm(viewModel: SellScreenViewModel, loading: Boolean, message: String?)

This composable is the Post Listing Form. It displays a form for the user to post a listing.

Parameters

viewModel

SellScreenViewModel the viewmodel for the screen

loading

Boolean whether the form is loading

message

String the message to display

See also