SignUpScreen constructor

const SignUpScreen(
  1. {Key? key,
  2. bool isFromSocialLogin = false,
  3. UserData? userData}
)

Implementation

const SignUpScreen({super.key, this.isFromSocialLogin = false, this.userData});