AddPhoneNumberBottomSheet

data class AddPhoneNumberBottomSheet(val title: StringResource, val step: PhoneNumberStep, val actionButton: AsyncTextButton, val onDismiss: () -> Unit) : BottomSheetComposableContent

Constructors

Link copied to clipboard
constructor(title: StringResource, step: PhoneNumberStep, actionButton: AsyncTextButton, onDismiss: () -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
open val dragHandle: () -> Unit?
Link copied to clipboard
open override val onDismiss: () -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun Content(modifier: Modifier)
open fun Content()
Link copied to clipboard
Link copied to clipboard
open fun Sheet(modifier: Modifier)