RegisterPage constructor Null safety

const RegisterPage(
  1. {Key? key,
  2. required String title}
)

Implementation

const RegisterPage({super.key, required this.title});