LoginForm constructor

const LoginForm({
  1. Key? key,
})

A form prompting the user to input their credentials.

Implementation

const LoginForm({super.key});