LoginPage constructor Null safety

const LoginPage(
  1. {dynamic key}
)

Implementation

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