LoginScreen constructor

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

Implementation

const LoginScreen({super.key, this.auth});