OtpScreen constructor

const OtpScreen({
  1. required dynamic switchScreen(
    1. String
    ),
  2. Key? key,
})

Implementation

const OtpScreen({required this.switchScreen, super.key});