VerificationForm constructor

const VerificationForm({
  1. required Widget nextScreen,
})

Implementation

const VerificationForm({required this.nextScreen});