Package-level declarations
Types
Link copied to clipboard
data class SignUpScreenData(val name: TextFieldData = TextFieldData(String()), val email: TextFieldData = TextFieldData(String()), val password: TextFieldData = TextFieldData(String()))
Immutable data class representing the state of the registration form.
Link copied to clipboard
ViewModel for the sign-up screen, managing user registration and form validation.