LoginScreen constructor

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

Implementation

const LoginScreen({Key? key}) : super(key: key);