OtpVerificationScreen constructor

const OtpVerificationScreen({
  1. Key? key,
  2. required String userName,
  3. required int userId,
})

Implementation

const OtpVerificationScreen({
  Key? key,
  required this.userName,
  required this.userId,
}) : super(key: key);