LoginPage constructor Null safety

const LoginPage(
  1. {Key? key}
)

Implementation

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