RegisterPage constructor

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

Implementation

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