AddPhoneView constructor

const AddPhoneView({
  1. Key? key,
  2. bool timeout = false,
  3. required UserPhone phone,
})

Implementation

const AddPhoneView({super.key, this.timeout = false, required this.phone});