OtpWidget constructor

const OtpWidget({
  1. Key? key,
  2. required dynamic onChange(
    1. String
    ),
})

Implementation

const OtpWidget({Key? key, required this.onChange}) : super(key: key);