VerifyAccountScreen constructor

const VerifyAccountScreen(
  1. {Key? key,
  2. required String email}
)

Implementation

const VerifyAccountScreen({super.key, required this.email});