Last Name Input
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
last Name State
the state of the email
label Id
the label for the input field
enabled
whether the input field is enabled
ime Action
the IME action for the input field
on Action
the keyboard actions for the input field