AuthScreen constructor

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

Implementation

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