AddEmailView constructor

const AddEmailView({
  1. Key? key,
  2. required UserEmail email,
  3. bool timeout = false,
})

Implementation

const AddEmailView({super.key, required this.email, this.timeout = false});