LoginForm constructor Null safety

const LoginForm(
  1. {Key? key}
)

Implementation

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