LastNameInput

fun LastNameInput(modifier: Modifier = Modifier, lastNameState: MutableState<String>, labelId: String = "Last Name", enabled: Boolean = true, imeAction: ImeAction = ImeAction.Next, onAction: KeyboardActions = KeyboardActions.Default)

This composable is the LastName Input Field. It displays an input field for the user to enter their last name.

Parameters

modifier

the modifier for the input field

lastNameState

the state of the email

labelId

the label for the input field

enabled

whether the input field is enabled

imeAction

the IME action for the input field

onAction

the keyboard actions for the input field