ConfirmScreen constructor

const ConfirmScreen({
  1. Key? key,
  2. required String phone,
  3. bool editPhone = false,
  4. required CustomColorSet colors,
  5. required BuildContext bigContext,
})

Implementation

const ConfirmScreen(
    {super.key,
    required this.phone,
    this.editPhone = false,
    required this.colors,
    required this.bigContext});