menu
messenger
ui/page/home/page/my_profile/add_phone/view.dart
AddPhoneView
AddPhoneView const constructor
AddPhoneView
dark_mode
light_mode
AddPhoneView
constructor
const
AddPhoneView
(
{
Key
?
key
,
bool
timeout
=
false
,
required
UserPhone
phone
,
})
Implementation
const AddPhoneView({super.key, this.timeout = false, required this.phone});
messenger
view
AddPhoneView
AddPhoneView const constructor
AddPhoneView class