AuthGate constructor Null safety

const AuthGate(
  1. {Key? key}
)

Implementation

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