ConfirmScreen constructor
const
ConfirmScreen({
- Key? key,
- required String phone,
- bool editPhone = false,
- required CustomColorSet colors,
- required BuildContext bigContext,
Implementation
const ConfirmScreen(
{super.key,
required this.phone,
this.editPhone = false,
required this.colors,
required this.bigContext});