LoginScreen constructor

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

Presents an authentication form to the user.

Implementation

const LoginScreen({super.key});