RegisterPage constructor

const RegisterPage(
  1. {Key? key,
  2. bool isGoogleUser = false,
  3. String? googleEmail}
)

Implementation

const RegisterPage({super.key, this.isGoogleUser = false, this.googleEmail});